fix: preview content

This commit is contained in:
hypercross 2026-02-26 00:40:11 +08:00
parent 8dd0374d59
commit b5f5e853bd
1 changed files with 3 additions and 0 deletions

View File

@ -29,5 +29,8 @@ export default defineConfig({
distPath: {
root: 'dist/web',
},
copy: [
{ from: './content', to: 'content' },
],
},
});