lauralani
baa40b2eae
All checks were successful
ci/woodpecker/push/deploy-netlify Pipeline was successful
47 lines
No EOL
904 B
TOML
47 lines
No EOL
904 B
TOML
# CV Redirects
|
|
|
|
[[redirects]]
|
|
from = "https://www.lauka.net/cv"
|
|
to = "https://cv.lauka.net"
|
|
status = 301
|
|
|
|
[[redirects]]
|
|
from = "https://lauka.net/cv"
|
|
to = "https://cv.lauka.net"
|
|
status = 301
|
|
|
|
# Base domain redirects with paths
|
|
|
|
[[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
|
|
|
|
# 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
|
|
|
|
[[redirects]]
|
|
from = "https://personal-website-40cb76.netlify.app/*"
|
|
to = "https://adora.codes/"
|
|
status = 301 |