Redirect Netlify URL

This commit is contained in:
Ines Montani 2019-03-19 10:17:56 +01:00
parent 1ee97bc282
commit 42d4b818e4

View File

@ -1,7 +1,6 @@
redirects = [
# Netlify
# TODO: uncomment once the site is switched over
# {from = "https://spacy.netlify.com/*", to="https://spacy.io/:splat" },
{from = "https://spacy.netlify.com/*", to="https://spacy.io/:splat" },
# Old subdomains
{from = "https://survey.spacy.io/*", to = "https://spacy.io", force = true},
{from = "http://survey.spacy.io/*", to = "https://spacy.io", force = true},