From 42ec09856ea237e373681eeabe78e67057482587 Mon Sep 17 00:00:00 2001 From: space-nuko <24979496+space-nuko@users.noreply.github.com> Date: Thu, 11 May 2023 11:06:16 -0500 Subject: [PATCH] Fix build base path --- vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/vite.config.ts b/vite.config.ts index e90ec15..c4b5582 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -11,6 +11,7 @@ console.log("Production build: " + isProduction) export default defineConfig({ clearScreen: false, + base: "./", plugins: [ // FullReload([ // // "src/**/*.{js,ts,scss,svelte}"