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 662b2b0 commit 3476432Copy full SHA for 3476432
astro.config.mjs
@@ -76,11 +76,7 @@ export default defineConfig({
76
},
77
78
79
- plugins: [
80
- tailwindcss({
81
- nesting: true,
82
- }),
83
- ],
+ plugins: [tailwindcss()],
84
85
markdown: {
86
remarkPlugins: [
@@ -121,6 +117,7 @@ export default defineConfig({
121
117
pagefind(),
122
118
deleteUnusedImages(),
123
119
compress({
120
+ CSS: false,
124
SVG: false,
125
}),
126
dontDie(),
0 commit comments