mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-16 20:52:06 +00:00
fix: need copying error.html to dist directory
This commit is contained in:
@ -34,6 +34,7 @@ export default defineConfig({
|
|||||||
css(),
|
css(),
|
||||||
copy({
|
copy({
|
||||||
targets: [
|
targets: [
|
||||||
|
{ src: 'error.html', dest: 'dist/' },
|
||||||
{ src: 'assets', dest: 'dist/' },
|
{ src: 'assets', dest: 'dist/' },
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user