fix: need copying error.html to dist directory

This commit is contained in:
JellyBrick
2023-10-07 12:29:46 +09:00
parent 30e0e99467
commit 7dac9a2454

View File

@ -34,6 +34,7 @@ export default defineConfig({
css(),
copy({
targets: [
{ src: 'error.html', dest: 'dist/' },
{ src: 'assets', dest: 'dist/' },
],
}),