Use an empty base path
This commit is contained in:
5
vite.config.ts
Normal file
5
vite.config.ts
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
import {defineConfig} from "vite";
|
||||||
|
|
||||||
|
export default defineConfig({
|
||||||
|
base: ''
|
||||||
|
});
|
Reference in New Issue
Block a user