Skip to content

Commit 68c2ef7

Browse files
committed
Missed a folder in path
1 parent e990b17 commit 68c2ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import preact from "@astrojs/preact";
33
import mdx from "@astrojs/mdx";
44
import tailwind from "@astrojs/tailwind";
55
import serviceWorker from "astrojs-service-worker";
6-
import fast from "./scripts/fast-compress";
6+
import fast from "./src/scripts/fast-compress";
77

88
// Allow skipping compression step for faster test build times
99
// DO NOT SKIP COMPRESSION FOR DEPLOYMENT!

0 commit comments

Comments
 (0)