fix: dev server not showing pngs
This commit is contained in:
parent
afe2eb4af8
commit
385bcb16d8
|
|
@ -40,5 +40,8 @@ export default defineConfig({
|
||||||
distPath: {
|
distPath: {
|
||||||
root: 'dist/web',
|
root: 'dist/web',
|
||||||
},
|
},
|
||||||
|
copy: process.env.NODE_ENV === 'development' ? [
|
||||||
|
{ from: './content', to: 'content' }
|
||||||
|
] : [],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue