Skip to content

Commit

Permalink
fix: fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
betich committed Jun 16, 2024
1 parent 12f15d9 commit 62650c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import { defineConfig } from "astro/config";

import tailwind from "@astrojs/tailwind";
import cloudflare from "@astrojs/cloudflare";

// https://astro.build/config
export default defineConfig({
integrations: [tailwind()],
output: "hybrid",
base: "/8",
site: "https://stupid.hackathon.in.th/8",
adapter: cloudflare(),
});

0 comments on commit 62650c6

Please sign in to comment.