chore: skip content in builds
This commit is contained in:
parent
eb1388c6bc
commit
57b46fedc1
|
|
@ -44,8 +44,5 @@ export default defineConfig({
|
||||||
distPath: {
|
distPath: {
|
||||||
root: 'dist/web',
|
root: 'dist/web',
|
||||||
},
|
},
|
||||||
copy: [
|
|
||||||
{ from: './content', to: 'content' },
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue