fix: preview content
This commit is contained in:
parent
8dd0374d59
commit
b5f5e853bd
|
|
@ -29,5 +29,8 @@ export default defineConfig({
|
||||||
distPath: {
|
distPath: {
|
||||||
root: 'dist/web',
|
root: 'dist/web',
|
||||||
},
|
},
|
||||||
|
copy: [
|
||||||
|
{ from: './content', to: 'content' },
|
||||||
|
],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue