web/vite: set relative base path

This commit is contained in:
Tulir Asokan 2024-10-20 18:35:27 +03:00
parent ef3776f2ce
commit 2744fcf213

View file

@ -3,6 +3,7 @@ import { defineConfig } from "vite"
import svgr from "vite-plugin-svgr"
export default defineConfig({
base: "./",
plugins: [
react(),
svgr({