docs: correct typo in @astrojs/node
integration (#4688)
This commit is contained in:
parent
65d753488e
commit
4753d21949
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ If you prefer to install the adapter manually instead, complete the following tw
|
|||
|
||||
```js title="astro.config.mjs" ins={2, 5-6}
|
||||
import { defineConfig } from 'astro/config';
|
||||
import netlify from '@astrojs/node';
|
||||
import node from '@astrojs/node';
|
||||
|
||||
export default defineConfig({
|
||||
output: 'server',
|
||||
|
|
Loading…
Reference in a new issue