index.html not generated on npm run generate
Hi, I have a single page app with only index.vue as page, and when i run npm run generate, the .output/public folder only contains the _nuxt folder filled with assets and js, and the favicon... No index.html file and i need it for my static hosting.
My nuxt config :
export default defineNuxtConfig({
modules: ['@nuxtjs/tailwindcss'],
build: {
transpile: ['gsap'],
},
googleFonts: {
families: {
Montserrat: true,
}
}
})
Could you provide any help ? Thanks !1 Reply
Never got any chance with this nuxt help channel. Is there any reliable way to adress this kind of problem ? Doesn't look like a github issue.