parent
6b004363f9
commit
29723ddcd8
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"mode": "pre",
|
||||
"mode": "exit",
|
||||
"tag": "next",
|
||||
"initialVersions": {
|
||||
"@example/blog": "0.0.1",
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue