Set relative base path in vite.config.ts (#536)

This commit is contained in:
Dirk Klimpel
2024-06-04 09:21:17 +02:00
committed by GitHub
parent b5ca951b32
commit 002b63acad

View File

@@ -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({