We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a56aa commit 14d7d58Copy full SHA for 14d7d58
astro.config.mjs
@@ -2,10 +2,10 @@ import { defineConfig } from "astro/config";
2
import preact from "@astrojs/preact";
3
import mdx from "@astrojs/mdx";
4
5
-import purgecss from "astro-purgecss";
+// import purgecss from "astro-purgecss";
6
7
// https://astro.build/config
8
export default defineConfig({
9
site: "https://mcss.dev",
10
- integrations: [preact(), mdx(), purgecss()]
11
-});
+ integrations: [preact(), mdx()],
+});
0 commit comments