mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
fix(site): netlify aliases -> redirects (#868)
This commit is contained in:
@@ -3,6 +3,26 @@
|
||||
publish = "site/dist"
|
||||
ignore = "pnpm dlx turbo-ignore site --task=build --fallback=origin/main"
|
||||
|
||||
# Netlify aliases -> videojs.org
|
||||
[[redirects]]
|
||||
from = "https://videojs.com/*"
|
||||
to = "https://videojs.org/:splat"
|
||||
status = 301
|
||||
force = true
|
||||
|
||||
[[redirects]]
|
||||
from = "https://www.videojs.com/*"
|
||||
to = "https://videojs.org/:splat"
|
||||
status = 301
|
||||
force = true
|
||||
|
||||
[[redirects]]
|
||||
from = "https://v10.videojs.org/*"
|
||||
to = "https://videojs.org/:splat"
|
||||
status = 301
|
||||
force = true
|
||||
|
||||
|
||||
# Redirect old theme demo pages to home
|
||||
[[redirects]]
|
||||
from = "/city"
|
||||
|
||||
Reference in New Issue
Block a user