Skip to content

Commit

Permalink
fix: form
Browse files Browse the repository at this point in the history
  • Loading branch information
jigglycrumb committed Feb 20, 2023
1 parent a2777b5 commit 4aa5f76
Show file tree
Hide file tree
Showing 5 changed files with 2,120 additions and 2,026 deletions.
8 changes: 7 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
import { defineConfig } from "astro/config";
import react from "@astrojs/react";
import vercel from "@astrojs/vercel/serverless";

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

0 comments on commit 4aa5f76

Please sign in to comment.