From 8f7f88c29719452531c8e8cb7efa562c3bccebf3 Mon Sep 17 00:00:00 2001 From: casual Date: Tue, 3 Sep 2024 22:39:25 +0300 Subject: [PATCH] test custom 404 --- content/{ => hidden}/404.md | 0 netlify.toml | 4 ++++ 2 files changed, 4 insertions(+) rename content/{ => hidden}/404.md (100%) create mode 100644 netlify.toml diff --git a/content/404.md b/content/hidden/404.md similarity index 100% rename from content/404.md rename to content/hidden/404.md diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..8fa21c4 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,4 @@ +[[redirects]] + from = "/*" + to = "/404/" + status = 404