From cdac961e7fa6c1cda917ce38e17c7c3ead723e46 Mon Sep 17 00:00:00 2001 From: Begmuhommet Date: Wed, 27 Dec 2023 08:47:30 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixing=20bug=20with=20router?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- amplify.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 amplify.json diff --git a/amplify.json b/amplify.json new file mode 100644 index 0000000..677dffe --- /dev/null +++ b/amplify.json @@ -0,0 +1,9 @@ +{ + "redirects": [ + { + "source": "", + "target": "/index.html", + "status": 200 + } + ] +}