From 1b317cadaed30a3e0eacec429059742f7ff7ac78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20G=C3=B6rg=C3=BCl=C3=BC?= Date: Mon, 17 Jul 2023 02:36:38 +0300 Subject: [PATCH] firebase: update redirection rules --- create-firebase-json.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/create-firebase-json.js b/create-firebase-json.js index 3791af33..aa288ddc 100644 --- a/create-firebase-json.js +++ b/create-firebase-json.js @@ -133,6 +133,12 @@ const firebaseJson = { source: "/konsol-vergisi-hesaplayici/xbox-series-x/", destination: "/konsol-vergisi-hesaplayici/microsoft-xbox-series-x/", type: 301 + }, + + { + source: "/hesaplayicilar/kdv-hesaplayici", + destination: "/kdv-hesaplayici/", + type: 301 } ] },