Skip to content

Commit

Permalink
docs: update Netlify import (withastro#5977)
Browse files Browse the repository at this point in the history
A warning message about @astrojs/netlify/functions folder is reported on the terminal when I run the build script.

See screenshot attached in the PR

Co-authored-by: Reuben Tier <[email protected]>
  • Loading branch information
orimdominic and TheOtterlord authored Dec 28, 2023
1 parent 2a681bd commit 6755219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/guides/deploy/netlify.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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/netlify/functions';
import netlify from '@astrojs/netlify';

export default defineConfig({
output: 'server',
Expand Down

0 comments on commit 6755219

Please sign in to comment.