Redirect to matrix
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
760f9f3f07
commit
e380cc4b51
2 changed files with 10 additions and 3 deletions
|
@ -26,6 +26,8 @@
|
|||
"NOT /iphone",
|
||||
"NOT /ipad",
|
||||
"NOT /ipod",
|
||||
"NOT /news",
|
||||
"NOT /matrix",
|
||||
"*"
|
||||
]
|
||||
},
|
||||
|
@ -53,6 +55,8 @@
|
|||
"NOT /iphone",
|
||||
"NOT /ipad",
|
||||
"NOT /ipod",
|
||||
"NOT /news",
|
||||
"NOT /matrix",
|
||||
"*"
|
||||
]
|
||||
},
|
||||
|
@ -80,6 +84,8 @@
|
|||
"NOT /iphone",
|
||||
"NOT /ipad",
|
||||
"NOT /ipod",
|
||||
"NOT /news",
|
||||
"NOT /matrix",
|
||||
"*"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -21,9 +21,6 @@ const OMAPS_REWRITE_RULES: Record<string, string> = {
|
|||
'/get': '/get.html',
|
||||
'/im_get': '/get.html',
|
||||
'/install': '/get.html',
|
||||
'/news': 'https://organicmaps.app/news',
|
||||
'/test': '/test.html',
|
||||
'/test/': '/test.html',
|
||||
'/f': FDROID,
|
||||
'/fd': FDROID,
|
||||
'/fdroid': FDROID,
|
||||
|
@ -39,6 +36,10 @@ const OMAPS_REWRITE_RULES: Record<string, string> = {
|
|||
'/iphone': APPSTORE,
|
||||
'/ipad': APPSTORE,
|
||||
'/ipod': APPSTORE,
|
||||
'/matrix': 'https://matrix.to/#/#organicmaps:matrix.org',
|
||||
'/news': 'https://organicmaps.app/news',
|
||||
'/test': '/test.html',
|
||||
'/test/': '/test.html',
|
||||
};
|
||||
|
||||
addEventListener('fetch', (event) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue