docs: correct typo in @astrojs/node integration (#4688)

This commit is contained in:
Happydev 2022-09-09 03:01:27 +00:00 committed by GitHub
parent 65d753488e
commit 4753d21949
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',