From 68c2ef7e393e3ddc4c8b7482b44b19aad7e28dce Mon Sep 17 00:00:00 2001 From: limzykenneth Date: Sun, 20 Oct 2024 21:35:49 +0100 Subject: [PATCH] Missed a folder in path --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index aedf14cf18..22ebb2a42d 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -3,7 +3,7 @@ import preact from "@astrojs/preact"; import mdx from "@astrojs/mdx"; import tailwind from "@astrojs/tailwind"; import serviceWorker from "astrojs-service-worker"; -import fast from "./scripts/fast-compress"; +import fast from "./src/scripts/fast-compress"; // Allow skipping compression step for faster test build times // DO NOT SKIP COMPRESSION FOR DEPLOYMENT!