personal-website/netlify.toml

47 lines
904 B
TOML
Raw Normal View History

2024-02-06 15:20:31 +01:00
# CV Redirects
2023-12-27 11:29:14 +01:00
[[redirects]]
2024-02-06 14:57:19 +01:00
from = "https://www.lauka.net/cv"
2023-12-27 11:29:14 +01:00
to = "https://cv.lauka.net"
2023-12-27 11:33:48 +01:00
status = 301
2023-12-27 11:29:14 +01:00
2024-02-06 14:57:19 +01:00
[[redirects]]
from = "https://lauka.net/cv"
to = "https://cv.lauka.net"
2024-02-06 15:15:56 +01:00
status = 301
2024-02-06 15:20:31 +01:00
# Base domain redirects with paths
2024-02-06 15:15:56 +01:00
[[redirects]]
from = "https://www.lauka.net/*"
to = "https://adora.codes/:splat"
status = 301
[[redirects]]
from = "https://lauka.net/*"
to = "https://adora.codes/:splat"
status = 301
2024-02-06 15:20:31 +01:00
# Base domain redirects
[[redirects]]
from = "https://www.lauka.net/"
to = "https://adora.codes/"
status = 301
[[redirects]]
from = "https://lauka.net/"
to = "https://adora.codes/"
status = 301
# Redirect netlify alias
[[redirects]]
from = "https://personal-website-40cb76.netlify.app/"
to = "https://adora.codes/"
status = 301
2024-02-06 15:15:56 +01:00
[[redirects]]
from = "https://personal-website-40cb76.netlify.app/*"
to = "https://adora.codes/"
2024-02-06 14:57:19 +01:00
status = 301