mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 17:49:24 +01:00
update @ Thu 15 Dec 18:31:28 EET 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
6b780070db
commit
bba0da5bee
1 changed files with 6 additions and 6 deletions
12
netlify.toml
12
netlify.toml
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue