chore: skip content in builds

This commit is contained in:
hyper
2026-03-31 15:42:19 +08:00
parent eb1388c6bc
commit 57b46fedc1
-3
View File
@@ -44,8 +44,5 @@ export default defineConfig({
distPath: {
root: 'dist/web',
},
copy: [
{ from: './content', to: 'content' },
],
},
});