From 9747dca244bdcda5b2b0168845eb1459f0dd2839 Mon Sep 17 00:00:00 2001 From: cokia Date: Wed, 6 Sep 2023 00:19:20 +0900 Subject: [PATCH] fix: add netlify.toml --- netlify.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 0180ba061..9bf9d2d25 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1 +1,5 @@ -[[redirects]] from = "/*" to = "/" status = 200 \ No newline at end of file +[[redirects]] +from = "/*" +to = "/" +force = true +status = 404 \ No newline at end of file