mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33: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"
|
import svgr from "vite-plugin-svgr"
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
base: "./",
|
||||||
plugins: [
|
plugins: [
|
||||||
react(),
|
react(),
|
||||||
svgr({
|
svgr({
|
||||||
|
|
Loading…
Add table
Reference in a new issue