Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 07c51ae

Browse files
committed
build: Modify docs
1 parent 9b62ccf commit 07c51ae

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

vite.config.demo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import vue from '@vitejs/plugin-vue';
55
export default defineConfig({
66
base: '/vue-diff/demo/',
77
build: {
8-
outDir: 'demo',
8+
outDir: 'docs',
99
assetsDir: './',
1010
},
1111
plugins: [vue()],

0 commit comments

Comments
 (0)