Skip to content

Commit 5a3556e

Browse files
committed
Missed a folder in path
1 parent b73b45c commit 5a3556e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)