mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
Update README.md: Fix incorrect import in example code (#8888)
This commit is contained in:
parent
d5dc5ce04a
commit
e69f7292d7
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ This is an opt-in feature, and the `edgeMiddleware` option needs to be set to `t
|
|||
```js
|
||||
// astro.config.mjs
|
||||
import { defineConfig } from 'astro/config';
|
||||
import vercel from '@astrojs/vercel';
|
||||
import vercel from '@astrojs/vercel/serverless';
|
||||
export default defineConfig({
|
||||
output: 'server',
|
||||
adapter: vercel({
|
||||
|
|
Loading…
Add table
Reference in a new issue