mirror of
https://github.com/etkecc/synapse-admin.git
synced 2024-11-21 15:25:22 +03:00
Set relative base path in vite.config.ts (#536)
This commit is contained in:
parent
b5ca951b32
commit
002b63acad
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ import react from "@vitejs/plugin-react";
|
|||
import { defineConfig } from "vite";
|
||||
|
||||
export default defineConfig({
|
||||
base: "./",
|
||||
plugins: [
|
||||
react(),
|
||||
vitePluginVersionMark({
|
||||
|
|
Loading…
Reference in a new issue