mirror of
https://github.com/Awesome-Technologies/synapse-admin.git
synced 2025-07-25 23:14:37 +02:00
Set relative base path in vite.config.ts (#536)
This commit is contained in:
parent
b5ca951b32
commit
002b63acad
@ -4,6 +4,7 @@ import react from "@vitejs/plugin-react";
|
|||||||
import { defineConfig } from "vite";
|
import { defineConfig } from "vite";
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
|
base: "./",
|
||||||
plugins: [
|
plugins: [
|
||||||
react(),
|
react(),
|
||||||
vitePluginVersionMark({
|
vitePluginVersionMark({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user