update @ Thu 15 Dec 18:31:28 EET 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-12-15 18:31:28 +02:00
parent 6b780070db
commit bba0da5bee
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2

View file

@ -1,12 +1,6 @@
[build] [build]
command = "python3 ./scripts/blog.py static" command = "python3 ./scripts/blog.py static"
[[redirects]]
from = "/*"
to = "https://ari-web.xyz/404.blog.xyz"
status = 404
force = false
[[redirects]] [[redirects]]
from = "/git/*" from = "/git/*"
to = "https://ari-web.xyz/gh/blog.ari-web.xyz/:splat" to = "https://ari-web.xyz/gh/blog.ari-web.xyz/:splat"
@ -49,6 +43,12 @@
status = 404 status = 404
force = true force = true
[[redirects]]
from = "/*"
to = "https://ari-web.xyz/404.blog.xyz"
status = 404
force = false
# Processing # Processing
[build.processing] [build.processing]
skip_processing = false skip_processing = false