mirror of https://github.com/explosion/spaCy.git
Merge branch 'develop' into spacy.io
This commit is contained in:
commit
876ef840c4
|
@ -2,6 +2,11 @@ redirects = [
|
||||||
# Netlify
|
# Netlify
|
||||||
# TODO: uncomment once the site is switched over
|
# 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},
|
||||||
|
{from = "https://alpha.spacy.io/*", to = "https://spacy.io", force = true},
|
||||||
|
{from = "http://alpha.spacy.io/*", to = "https://spacy.io", force = true},
|
||||||
# Old demos
|
# Old demos
|
||||||
{from = "/demos/*", to = "https://explosion.ai/demos/:splat"},
|
{from = "/demos/*", to = "https://explosion.ai/demos/:splat"},
|
||||||
# Old blog
|
# Old blog
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
"gatsby-transformer-sharp": "^2.1.13",
|
"gatsby-transformer-sharp": "^2.1.13",
|
||||||
"html-to-react": "^1.3.4",
|
"html-to-react": "^1.3.4",
|
||||||
"node-sass": "^4.11.0",
|
"node-sass": "^4.11.0",
|
||||||
"npm": "^6.8.0",
|
|
||||||
"parse-numeric-range": "0.0.2",
|
"parse-numeric-range": "0.0.2",
|
||||||
"prismjs": "^1.15.0",
|
"prismjs": "^1.15.0",
|
||||||
"prop-types": "^15.7.2",
|
"prop-types": "^15.7.2",
|
||||||
|
|
Loading…
Reference in New Issue