mirror of
https://github.com/theNewDynamic/awesome-hugo.git
synced 2024-10-01 00:55:43 -04:00
Add redirects
This commit is contained in:
parent
6614527388
commit
9460d02a3f
10
netlify.toml
10
netlify.toml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user