19 lines
640 B
Text
19 lines
640 B
Text
|
# Optional: Redirect default Netlify subdomain to primary domain
|
||
|
https://oe7drt.netlify.com/* https://oe7drt.at/:splat 301!
|
||
|
http://oe7drt.netlify.com/* https://oe7drt.at/:splat 301!
|
||
|
|
||
|
# ----------------------------------------------------------------------
|
||
|
# Sitemap redirects
|
||
|
# ----------------------------------------------------------------------
|
||
|
|
||
|
#/sitemap.xml.gz /sitemap.xml 301
|
||
|
|
||
|
# ----------------------------------------------------------------------
|
||
|
# Feed redirects
|
||
|
# ----------------------------------------------------------------------
|
||
|
|
||
|
#/atom /atom.xml 301
|
||
|
#/rss /atom.xml 301
|
||
|
#/feed.xml /atom.xml 301
|
||
|
#/til.xml /notes.xml 301
|