Skip to content

Commit 52e66b3

Browse files
author
Chris Johnson
committed
fixed base value
1 parent fae9bc2 commit 52e66b3

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
@@ -6,7 +6,7 @@ import vue from '@vitejs/plugin-vue';
66

77
// https://vitejs.dev/config/
88
export default defineConfig({
9-
base: '/core-css/',
9+
base: '/core-vue/',
1010

1111
build: {
1212
emptyOutDir: true,

0 commit comments

Comments
 (0)