From acd792e2a3ca4e464dc76c983809b7f901965760 Mon Sep 17 00:00:00 2001 From: "Blockbreaker (aka drippypop)" <146481814+TheBlockbreaker@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:44:41 -0400 Subject: [PATCH] Update vite.config.mts --- vite.config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.mts b/vite.config.mts index 0d8dfdeeb..d619bfb74 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -26,7 +26,7 @@ export default defineConfig(({ mode }) => { return { base: env.VITE_BASE_URL || '/', plugins: [ - million.vite({ auto: true, mute: true, fix: true }), + million.vite({ auto: true, mute: true, }), handlebars({ vars: { opensearchEnabled: env.VITE_OPENSEARCH_ENABLED === "true",