I've just created a Nuxt3 in static mode but I don't want to push it to Netlify everytime to preview it.
Here is my nuxt.config.js
(nothing changed)
import { defineNuxtConfig } from 'nuxt'
export default defineNuxtConfig({
})
Also, I don't know why but yarn generate
is not working as you can see below, it says
Preview is not supported for this build
Opening the index.html
file directly is not helping because I do have a lot of errors + my API calls are not working.