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 e990b17 commit 68c2ef7Copy full SHA for 68c2ef7
astro.config.mjs
@@ -3,7 +3,7 @@ import preact from "@astrojs/preact";
3
import mdx from "@astrojs/mdx";
4
import tailwind from "@astrojs/tailwind";
5
import serviceWorker from "astrojs-service-worker";
6
-import fast from "./scripts/fast-compress";
+import fast from "./src/scripts/fast-compress";
7
8
// Allow skipping compression step for faster test build times
9
// DO NOT SKIP COMPRESSION FOR DEPLOYMENT!
0 commit comments