From bba0da5beefcedf3fd85540f20b75ab9e345cf57 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Thu, 15 Dec 2022 18:31:28 +0200 Subject: [PATCH] update @ Thu 15 Dec 18:31:28 EET 2022 Signed-off-by: Ari Archer --- netlify.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/netlify.toml b/netlify.toml index 026b09b..11bfa56 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,12 +1,6 @@ [build] command = "python3 ./scripts/blog.py static" -[[redirects]] - from = "/*" - to = "https://ari-web.xyz/404.blog.xyz" - status = 404 - force = false - [[redirects]] from = "/git/*" to = "https://ari-web.xyz/gh/blog.ari-web.xyz/:splat" @@ -49,6 +43,12 @@ status = 404 force = true +[[redirects]] + from = "/*" + to = "https://ari-web.xyz/404.blog.xyz" + status = 404 + force = false + # Processing [build.processing] skip_processing = false