Skip to content

Commit 2890646

Browse files
committed
Not skipping compress step
1 parent 5a3556e commit 2890646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default defineConfig({
2525
}),
2626
mdx(),
2727
tailwind(),
28-
shouldSkipCompress ? null : fast(),
28+
fast(),
2929
serviceWorker({
3030
workbox: {
3131
globPatterns: [

0 commit comments

Comments
 (0)