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