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