Skip to content

Commit

Permalink
deploy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ShardulJunagade committed Oct 24, 2024
1 parent 04784cb commit 9f9ce75
Show file tree
Hide file tree
Showing 7 changed files with 942 additions and 113 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ pnpm-debug.log*

# jetbrains setting folder
.idea/
.vercel
10 changes: 8 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
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 9f9ce75

Please sign in to comment.