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