fix: preview content

This commit is contained in:
2026-02-26 00:40:11 +08:00
parent 8dd0374d59
commit b5f5e853bd
+3
View File
@@ -29,5 +29,8 @@ export default defineConfig({
distPath: { distPath: {
root: 'dist/web', root: 'dist/web',
}, },
copy: [
{ from: './content', to: 'content' },
],
}, },
}); });