Skip to content

Commit

Permalink
Update README.md: Fix incorrect import in example code (#8888)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcole93 authored Oct 23, 2023
1 parent d5dc5ce commit e69f729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/vercel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit e69f729

Please sign in to comment.