We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5fd92 commit 2bb5763Copy full SHA for 2bb5763
vite.config.ts
@@ -6,6 +6,7 @@ import vuetify from "vite-plugin-vuetify";
6
7
// https://vitejs.dev/config/
8
export default defineConfig({
9
+ base: '/dist',
10
plugins: [
11
vue(),
12
vuetify({
0 commit comments