personal-website/netlify.toml

11 lines
257 B
TOML
Raw Normal View History

2024-02-06 15:20:31 +01:00
# 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