From 6661f251badc2cd8e52a472b6494084724d7d1d0 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Tue, 23 Aug 2022 23:29:45 +0300 Subject: [PATCH] Redirect to 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 59ba65c..0c46a25 100644 --- a/src/index.ts +++ b/src/index.ts @@ -21,6 +21,7 @@ const OMAPS_REWRITE_RULES: Record = { '/get': '/get.html', '/im_get': '/get.html', '/install': '/get.html', + '/news': 'https://organicmaps.app/news', '/test': '/test.html', '/test/': '/test.html', '/f': FDROID,