From 3547256e5a68012f24c72ee3aa89322eea51bfea Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Mon, 29 Apr 2019 09:51:18 -0700 Subject: [PATCH] Redirect webamp.net to webamp.org --- netlify.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 0a3af273..46386251 100644 --- a/netlify.toml +++ b/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" \ No newline at end of file + 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 \ No newline at end of file