mirror of
https://github.com/UA-Fediland/synapse-admin.git
synced 2025-02-08 20:50:43 +00: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