mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(site): redirect vjs10-site.netlify.app to videojs.org (#1038)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
117b8ead8a
commit
b50283664c
@@ -37,6 +37,12 @@
|
||||
status = 301
|
||||
force = true
|
||||
|
||||
[[redirects]]
|
||||
from = "https://vjs10-site.netlify.app/*"
|
||||
to = "https://videojs.org/:splat"
|
||||
status = 301
|
||||
force = true
|
||||
|
||||
|
||||
# Redirect old theme demo pages to home
|
||||
[[redirects]]
|
||||
|
||||
Reference in New Issue
Block a user