Skip to content

Commit

Permalink
switch to static
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedylandev committed Nov 1, 2024
1 parent 50554fe commit b196626
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// @ts-check
import { defineConfig } from "astro/config";

import vercel from "@astrojs/vercel/serverless";
import vercel from "@astrojs/vercel/static";

// https://astro.build/config
export default defineConfig({
output: "server",
adapter: vercel(),
});
output: "static",
adapter: vercel(),
});

0 comments on commit b196626

Please sign in to comment.