Hello, I am creating a CMS project using nuxt3.
The problem I am having now is that it is not SSG even though I have set it up as follows.
When I update data from CMS on the screen that I have generated and previewed using npx, the data on the screen is updated.
Please help me.
nuxt.config.js
export default defineNuxtConfig({
ssr: true,
target: "static",