Add redirects

This commit is contained in:
Bud Parr 2020-12-18 13:35:24 -05:00
parent 6614527388
commit 9460d02a3f
1 changed files with 10 additions and 0 deletions

View File

@ -13,3 +13,13 @@ command = "hugo -b $DEPLOY_PRIME_URL"
[context.branch-deploy]
command = "hugo -b $DEPLOY_PRIME_URL"
[[redirects]]
from = "https://awesome-hugo.netlify.app"
to = "https://www.awesome-hugo.dev"
status = 301
[[redirects]]
from = "https://awesome-hugo.dev"
to = "https://www.awesome-hugo.dev"
status = 301