From c7df0ecc11fdb4b16df520fad152f40f7ab6102d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9C=A4=EC=A4=80=EC=88=98?= <99115509+hoheesu@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:09:08 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=EB=B0=B0=ED=8F=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- netlify.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 netlify.toml diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..04a0580 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,5 @@ +[[redirects]] + from = "https://davincicodegame.store/*" + to = "https://www.davincicodegame.store/:splat" + status = 301 + force = true \ No newline at end of file