Skip to content

Commit

Permalink
Use static
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Nov 18, 2023
1 parent c1c1c19 commit a22a389
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/website/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import spotlight from '@spotlightjs/astro';
import { defineConfig } from 'astro/config';
import Inspect from 'vite-plugin-inspect';

import vercel from '@astrojs/vercel/serverless';
import vercelStatic from '@astrojs/vercel/static';

// https://astro.build/config
export default defineConfig({
Expand Down Expand Up @@ -90,6 +90,6 @@ export default defineConfig({
applyBaseStyles: false,
}),
],
output: 'server',
adapter: vercel(),
output: 'static',
adapter: vercelStatic(),
});

0 comments on commit a22a389

Please sign in to comment.