From 2744fcf213b3311096b5c46495f0be11ad039596 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 20 Oct 2024 18:35:27 +0300 Subject: [PATCH] web/vite: set relative base path --- web/vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/vite.config.ts b/web/vite.config.ts index e19cad4..82e3873 100644 --- a/web/vite.config.ts +++ b/web/vite.config.ts @@ -3,6 +3,7 @@ import { defineConfig } from "vite" import svgr from "vite-plugin-svgr" export default defineConfig({ + base: "./", plugins: [ react(), svgr({