Skip to content

Commit

Permalink
Fix broken import statement in server-side-rendering.mdx (withastro#5442
Browse files Browse the repository at this point in the history
)

Co-authored-by: Sarah Rainsberger <[email protected]>
  • Loading branch information
mingjunlu and sarah11918 authored Nov 22, 2023
1 parent 20620e7 commit 3111f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/guides/server-side-rendering.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ For example, to install the Vercel adapter manually:
```js ins={3,7} {6}
// astro.config.mjs
import { defineConfig } from 'astro/config';
import vercel from '@astrojs/vercel';
import vercel from '@astrojs/vercel/serverless';

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

0 comments on commit 3111f0c

Please sign in to comment.