Skip to content

Commit

Permalink
deploy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ShardulJunagade committed Oct 22, 2024
1 parent 04784cb commit 85d6577
Show file tree
Hide file tree
Showing 3 changed files with 757 additions and 3 deletions.
8 changes: 6 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import { defineConfig } from 'astro/config';
import react from "@astrojs/react"

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

// https://astro.build/config
export default defineConfig({
integrations: [react()],
});
integrations: [react()],
output: "server",
adapter: vercel(),
});
Loading

0 comments on commit 85d6577

Please sign in to comment.