mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
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}
|
```js title="astro.config.mjs" ins={2, 5-6}
|
||||||
import { defineConfig } from 'astro/config';
|
import { defineConfig } from 'astro/config';
|
||||||
import netlify from '@astrojs/node';
|
import node from '@astrojs/node';
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
output: 'server',
|
output: 'server',
|
||||||
|
|
Loading…
Reference in a new issue