Use an empty base path

This commit is contained in:
2023-10-31 18:38:42 +01:00
parent 3c8680cae7
commit 56e30f60cb

5
vite.config.ts Normal file
View File

@@ -0,0 +1,5 @@
import {defineConfig} from "vite";
export default defineConfig({
base: ''
});