Skip to content

Commit e5524a1

Browse files
committed
chore: updates packages
1 parent 9d58e6d commit e5524a1

File tree

4 files changed

+1368
-1665
lines changed

4 files changed

+1368
-1665
lines changed

astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import vercel from "@astrojs/vercel/serverless";
1+
import vercel from "@astrojs/vercel";
22
import { defineConfig } from "astro/config";
33
import starlight from "@astrojs/starlight";
44
import starlightBlog from "starlight-blog";
@@ -72,7 +72,7 @@ export default defineConfig({
7272
}),
7373
alpinejs(),
7474
],
75-
output: "hybrid",
75+
output: "static",
7676
adapter: vercel({
7777
webAnalytics: {
7878
enabled: true,

0 commit comments

Comments
 (0)