mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Redirect webamp.net to webamp.org
This commit is contained in:
parent
2de880a917
commit
3547256e5a
1 changed files with 9 additions and 1 deletions
10
netlify.toml
10
netlify.toml
|
|
@ -6,6 +6,14 @@
|
|||
[[redirects]]
|
||||
from = "/changelog"
|
||||
to = "/#%7B\"initialTracks\"%3A%5B%7B\"url\"%3A\"https%3A%2F%2Fcdn.changelog.com%2Fuploads%2Fpodcast%2F291%2Fthe-changelog-291.mp3\"%2C\"metaData\"%3A%7B\"artist\"%3A\"Changelog%20Podcast\"%2C\"title\"%3A\"Winamp2-js\"%7D%7D%5D%7D"
|
||||
|
||||
[[redirects]]
|
||||
from = "/about"
|
||||
to = "https://github.com/captbaritone/webamp"
|
||||
to = "https://github.com/captbaritone/webamp"
|
||||
|
||||
# Redirect domain aliases to primary domain
|
||||
[[redirects]]
|
||||
from = "https://webamp.net/*"
|
||||
to = "https://webamp.org/:splat"
|
||||
status = 301
|
||||
force = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue