chore: skip content in builds

This commit is contained in:
hyper 2026-03-31 15:42:19 +08:00
parent eb1388c6bc
commit 57b46fedc1
1 changed files with 0 additions and 3 deletions

View File

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