parent
6b004363f9
commit
29723ddcd8
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"mode": "pre",
|
"mode": "exit",
|
||||||
"tag": "next",
|
"tag": "next",
|
||||||
"initialVersions": {
|
"initialVersions": {
|
||||||
"@example/blog": "0.0.1",
|
"@example/blog": "0.0.1",
|
||||||
|
|
|
@ -212,7 +212,7 @@ function createPrettyError(err: Error) {
|
||||||
Reason: ${err.message}
|
Reason: ${err.message}
|
||||||
|
|
||||||
You will need to add these integration(s) manually.
|
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;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue