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 2195846 commit fd35281Copy full SHA for fd35281
1 file changed
astro.config.ts
@@ -3,7 +3,7 @@ import vue from "@astrojs/vue";
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 compress from "astro-compressor";
7
8
// https://astro.build/config
9
export default defineConfig({
@@ -14,7 +14,7 @@ export default defineConfig({
14
},
15
output: "server",
16
adapter: deno(),
17
- integrations: [vue({ devtools: true }), compress()],
+ integrations: [vue({ devtools: true })],
18
vite: {
19
plugins: [tailwindcss()],
20
0 commit comments