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 !
Was this page helpful?