Exit pre mode (#2888)

* chore: update docs link

* chore: exit pre
This commit is contained in:
Nate Moore 2022-03-25 16:54:11 -05:00 committed by GitHub
parent 6b004363f9
commit 29723ddcd8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"mode": "pre",
"mode": "exit",
"tag": "next",
"initialVersions": {
"@example/blog": "0.0.1",

View file

@ -212,7 +212,7 @@ function createPrettyError(err: Error) {
Reason: ${err.message}
You will need to add these integration(s) manually.
Documentation: https://next--astro-docs-2.netlify.app/en/guides/integrations-guide/`;
Documentation: https://docs.astro.build/en/guides/integrations-guide/`;
return err;
}