We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b407f0 commit 76ffaacCopy full SHA for 76ffaac
1 file changed
astro.config.ts
@@ -1,9 +1,9 @@
1
// https://astro.build/config
2
import preact from "@astrojs/preact";
3
import deno from "@deno/astro-adapter";
4
+import tailwindcss from "@tailwindcss/vite";
5
import { defineConfig } from "astro/config";
6
import compress from "astro-compressor";
-import tailwindcss from "@tailwindcss/vite";
7
8
9
export default defineConfig({
0 commit comments