mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Redirect old pages
This commit is contained in:
parent
fa95b5a8bf
commit
aaa6cbb3af
1 changed files with 17 additions and 0 deletions
17
netlify.toml
17
netlify.toml
|
|
@ -16,7 +16,15 @@
|
||||||
from = "/app/node"
|
from = "/app/node"
|
||||||
to = "/app/nodejs"
|
to = "/app/nodejs"
|
||||||
status = 301
|
status = 301
|
||||||
|
|
||||||
|
# old git redirect
|
||||||
|
[[redirects]]
|
||||||
|
from = "/app/git"
|
||||||
|
to = "/app/git-version-control"
|
||||||
|
status = 301
|
||||||
|
|
||||||
|
|
||||||
|
# Category Redirects
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/kind/entertainment"
|
from = "/kind/entertainment"
|
||||||
to = "/kind/entertainment-and-media-apps/"
|
to = "/kind/entertainment-and-media-apps/"
|
||||||
|
|
@ -26,3 +34,12 @@
|
||||||
from = "/kind/photo-tools"
|
from = "/kind/photo-tools"
|
||||||
to = "/kind/photo-and-graphic-tools/"
|
to = "/kind/photo-and-graphic-tools/"
|
||||||
status = 301
|
status = 301
|
||||||
|
|
||||||
|
|
||||||
|
# Other Redirects
|
||||||
|
|
||||||
|
# Random broken link from Chinese sites
|
||||||
|
[[redirects]]
|
||||||
|
from = "/。"
|
||||||
|
to = "/"
|
||||||
|
status = 301
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue