From 80b31351096a246d51452d7bf7abcd5f64e60cbb Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Wed, 25 Jan 2023 10:19:24 +0100 Subject: [PATCH] Redirect to TR news Signed-off-by: Alexander Borsuk --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 059af78..bc3423e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -38,6 +38,7 @@ const OMAPS_REWRITE_RULES: Record = { '/ipod': APPSTORE, '/matrix': 'https://matrix.to/#/#organicmaps:matrix.org', '/news': 'https://organicmaps.app/news', + '/tr/news': 'https://organicmaps.app/tr/news', '/test': '/test.html', '/test/': '/test.html', };