Skip to content

Commit

Permalink
[en-only] Fix code block (#6133)
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Rainsberger <[email protected]>
  • Loading branch information
2 people authored and ematipico committed Jan 26, 2024
1 parent 5569657 commit 4b56d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/en/guides/integrations-guide/vercel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ import { defineConfig } from 'astro/config';
import vercel from '@astrojs/vercel/serverless';

export default defineConfig({
// ...
// ...
output: 'server',
adapter: vercel(),
});
````
```

### Choosing a Target

Expand Down

0 comments on commit 4b56d07

Please sign in to comment.