Set base path when building
This commit is contained in:
N-Pex 2025-05-19 16:56:55 +02:00
parent 985dcfdfd2
commit fabe9864af
3 changed files with 37 additions and 32 deletions

View file

@ -22,6 +22,7 @@ function VuetifyResolver() {
// https://vitejs.dev/config/
export default defineConfig(({mode}) => ({
base: "./",
plugins: [
// commonjs({
// include: /node_modules/,