mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 12:18:04 +03:00
Merge branch 'develop' into spacy.io
This commit is contained in:
commit
876ef840c4
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user