From ad0858e1a20486ca45005cf83009080675679960 Mon Sep 17 00:00:00 2001 From: anttiey Date: Mon, 25 Nov 2024 17:17:10 +0900 Subject: [PATCH] =?UTF-8?q?:ambulance:=20Netlify=20Page=20Not=20Found=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/netlify.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 frontend/netlify.toml diff --git a/frontend/netlify.toml b/frontend/netlify.toml new file mode 100644 index 00000000..1024a062 --- /dev/null +++ b/frontend/netlify.toml @@ -0,0 +1,4 @@ +[[redirects]] + from = "/*" + to = "/index.html" + status = 200 \ No newline at end of file