Merge branch 'develop' into spacy.io

This commit is contained in:
Ines Montani 2019-02-24 13:38:07 +01:00
commit 876ef840c4
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,11 @@ redirects = [
# Netlify
# TODO: uncomment once the site is switched over
# {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},
{from = "https://alpha.spacy.io/*", to = "https://spacy.io", force = true},
{from = "http://alpha.spacy.io/*", to = "https://spacy.io", force = true},
# Old demos
{from = "/demos/*", to = "https://explosion.ai/demos/:splat"},
# Old blog

View File

@ -40,7 +40,6 @@
"gatsby-transformer-sharp": "^2.1.13",
"html-to-react": "^1.3.4",
"node-sass": "^4.11.0",
"npm": "^6.8.0",
"parse-numeric-range": "0.0.2",
"prismjs": "^1.15.0",
"prop-types": "^15.7.2",