Skip to content

Commit

Permalink
Exit pre mode (#2888)
Browse files Browse the repository at this point in the history
* chore: update docs link

* chore: exit pre
  • Loading branch information
natemoo-re authored Mar 25, 2022
1 parent 6b00436 commit 29723dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"mode": "pre",
"mode": "exit",
"tag": "next",
"initialVersions": {
"@example/blog": "0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/src/core/add/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 29723dd

Please sign in to comment.