Fix @astrojs/node
typo (#4525)
This commit is contained in:
parent
9389517f63
commit
fc32e2d94c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export default function createIntegration(): AstroIntegration {
|
|||
setAdapter(getAdapter());
|
||||
|
||||
if (config.output === 'static') {
|
||||
console.warn(`[@astrojs/Node] \`output: "server"\` is required to use this adapter.`);
|
||||
console.warn(`[@astrojs/node] \`output: "server"\` is required to use this adapter.`);
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue