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?
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?