Nuxt 3.6 not moving font files (.woff2) to _nuxt on build
Previous to 3.6, Nuxt would copy the font files into the
_nuxt
directory, but now it does not, which causes broken font declarations in our CSS.1 Reply
This behavior doesn't occur using
pnpm dev
- only when building for production.