diff --git a/website/meta/site.json b/website/meta/site.json index ed78b1802..724665060 100644 --- a/website/meta/site.json +++ b/website/meta/site.json @@ -4,7 +4,7 @@ "slogan": "Industrial-strength Natural Language Processing in Python", "siteUrl": "https://spacy.io", "siteUrlNightly": "https://nightly.spacy.io", - "nightlyBranches": ["spacy.io-develop"], + "nightlyBranches": ["nightly.spacy.io"], "email": "contact@explosion.ai", "company": "Explosion AI", "companyUrl": "https://explosion.ai", diff --git a/website/package.json b/website/package.json index 9ac9bd5c5..d5c770ddf 100644 --- a/website/package.json +++ b/website/package.json @@ -53,7 +53,7 @@ "scripts": { "build": "gatsby build", "dev": "gatsby develop", - "dev:nightly": "BRANCH=spacy.io-develop npm run dev", + "dev:nightly": "BRANCH=nightly.spacy.io npm run dev", "lint": "eslint **", "clear": "rm -rf .cache", "test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""