mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
web/vite: set relative base path
This commit is contained in:
parent
ef3776f2ce
commit
2744fcf213
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ import { defineConfig } from "vite"
|
|||
import svgr from "vite-plugin-svgr"
|
||||
|
||||
export default defineConfig({
|
||||
base: "./",
|
||||
plugins: [
|
||||
react(),
|
||||
svgr({
|
||||
|
|
Loading…
Add table
Reference in a new issue