mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
17d1491976
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
45 lines
927 B
TOML
45 lines
927 B
TOML
[build]
|
|
command = "python3 ./scripts/blog clean && python3 ./scripts/blog build"
|
|
|
|
[[redirects]]
|
|
from = "/git/*"
|
|
to = "https://ari-web.xyz/gh/blog.ari-web.xyz/:splat"
|
|
status = 301
|
|
force = true
|
|
|
|
[[redirects]]
|
|
from = "/favicon.ico"
|
|
to = "https://ari-web.xyz/favicon.ico"
|
|
status = 200
|
|
force = true
|
|
|
|
[[redirects]]
|
|
from = "/robots.txt"
|
|
to = "https://ari-web.xyz/robots.txt"
|
|
status = 200
|
|
force = true
|
|
|
|
[[redirects]]
|
|
from = "/sitemap.xml"
|
|
to = "https://ari-web.xyz/sitemap.xml"
|
|
status = 200
|
|
force = true
|
|
|
|
[[redirects]]
|
|
from = "/blogs/:blog"
|
|
to = "https://legacy.blog.ari-web.xyz/blogs/:blog"
|
|
status = 301
|
|
force = true
|
|
|
|
[[redirects]]
|
|
from = "/netlify.toml"
|
|
to = "https://ari-web.xyz/404.files.xyz"
|
|
status = 404
|
|
force = true
|
|
|
|
[[redirects]]
|
|
from = "/*"
|
|
to = "https://ari-web.xyz/404.files.xyz"
|
|
status = 404
|
|
force = false
|
|
|