mirror of
https://github.com/theNewDynamic/awesome-hugo.git
synced 2025-03-02 03:49:46 -05: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]
|
[context.branch-deploy]
|
||||||
command = "hugo -b $DEPLOY_PRIME_URL"
|
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…
x
Reference in New Issue
Block a user