Skip to content

Commit

Permalink
vercel deployment: choose static
Browse files Browse the repository at this point in the history
  • Loading branch information
natserract committed Nov 8, 2024
1 parent 8df29da commit 804a136
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import tailwind from "@astrojs/tailwind";

import react from "@astrojs/react";

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

const site = "https://natserract-fyi.vercel.app/";
const site = "https://natserract-fyi.vercel.app";

// https://astro.build/config
export default defineConfig({
Expand Down

0 comments on commit 804a136

Please sign in to comment.