fix: dev server not showing pngs
This commit is contained in:
@@ -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' }
|
||||||
|
] : [],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user