mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 07:05:11 +00:00
fix(vite): defer to nitro to copy public dir (#10013)
This commit is contained in:
parent
fe35881126
commit
076b5e96a5
@ -57,6 +57,7 @@ export async function bundle (nuxt: Nuxt) {
|
||||
},
|
||||
css: resolveCSSOptions(nuxt),
|
||||
build: {
|
||||
copyPublicDir: false,
|
||||
rollupOptions: {
|
||||
output: {
|
||||
sanitizeFileName: sanitizeFilePath,
|
||||
|
Loading…
Reference in New Issue
Block a user