We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a3556e commit 2890646Copy full SHA for 2890646
astro.config.mjs
@@ -25,7 +25,7 @@ export default defineConfig({
25
}),
26
mdx(),
27
tailwind(),
28
- shouldSkipCompress ? null : fast(),
+ fast(),
29
serviceWorker({
30
workbox: {
31
globPatterns: [
0 commit comments