Update netlify.toml

This commit is contained in:
Ines Montani 2019-03-19 14:49:35 +01:00
parent f7b5ff7907
commit 1aff3ad770
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
redirects = [
# Netlify
{from = "https://spacy.netlify.com/*", to="https://spacy.io/:splat" },
{from = "https://spacy.netlify.com/*", to="https://spacy.io/:splat", force = true },
# Old subdomains
{from = "https://survey.spacy.io/*", to = "https://spacy.io", force = true},
{from = "http://survey.spacy.io/*", to = "https://spacy.io", force = true},