Add redirects from docs.dev.to to docs.forem.com (#9618)
This commit is contained in:
parent
3e0a40741e
commit
d949307364
1 changed files with 19 additions and 0 deletions
|
|
@ -7,3 +7,22 @@
|
|||
|
||||
[build]
|
||||
command = "make"
|
||||
[[redirects]]
|
||||
from = "http://docs.dev.to"
|
||||
to = "http://docs.forem.com"
|
||||
status = 301
|
||||
|
||||
[[redirects]]
|
||||
from = "https://docs.dev.to"
|
||||
to = "https://docs.forem.com"
|
||||
status = 301
|
||||
|
||||
[[redirects]]
|
||||
from = "http://docs.dev.to/*"
|
||||
to = "http://docs.forem.com/*"
|
||||
status = 301
|
||||
|
||||
[[redirects]]
|
||||
from = "https://docs.dev.to/*"
|
||||
to = "https://docs.forem.com/*"
|
||||
status = 301
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue