We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c9f826 commit 92f15d1Copy full SHA for 92f15d1
1 file changed
vite.config.ts
@@ -5,7 +5,7 @@ import { defineConfig } from 'vite'
5
6
// https://vitejs.dev/config/
7
export default defineConfig({
8
- base: '/obk-layout-editor/',
+ base: '/layout-editor/',
9
// Vite options tailored for Tauri development and only applied in `tauri dev` or `tauri build`
10
// prevent vite from obscuring rust errors
11
clearScreen: false,
0 commit comments