Skip to content

Commit 92f15d1

Browse files
committed
fix: change base
1 parent 2c9f826 commit 92f15d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { defineConfig } from 'vite'
55

66
// https://vitejs.dev/config/
77
export default defineConfig({
8-
base: '/obk-layout-editor/',
8+
base: '/layout-editor/',
99
// Vite options tailored for Tauri development and only applied in `tauri dev` or `tauri build`
1010
// prevent vite from obscuring rust errors
1111
clearScreen: false,

0 commit comments

Comments
 (0)