Skip to content

Commit

Permalink
docs: Update Vercel adapter config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Nov 2, 2024
1 parent 9c6a4f8 commit 03cccd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/astro.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineConfig } from 'astro/config';
import starlight from '@astrojs/starlight';
import vercel from '@astrojs/vercel/serverless';
import vercel from '@astrojs/vercel';
import starWarp from '@inox-tools/star-warp';
import starlightLinksValidator from 'starlight-links-validator';

Expand All @@ -13,7 +13,7 @@ const SITE =

// https://astro.build/config
export default defineConfig({
output: 'hybrid',
output: 'server',
adapter: vercel({
skewProtection: true,
}),
Expand Down

0 comments on commit 03cccd3

Please sign in to comment.