nuxtjs static site generation with images

Viewed 72

If I run nuxt generate, then it generates the desired static standalone output in dist. However, all image/asset references are not being exported to the dist folder as well. Is there a way to achieve this with nuxtjs without a workaround?

0 Answers
Related