!NEXOS CREATOR
!NEXOS CREATOR
NNuxt
Created by wszymanski on 9/6/2024 in #❓・help
Nuxt Sitemap module does nothing
It error from vue/server-render module, upgrade your nuxt app
20 replies
NNuxt
Created by wszymanski on 9/6/2024 in #❓・help
Nuxt Sitemap module does nothing
20 replies
NNuxt
Created by timmaier on 9/6/2024 in #❓・help
Nuxt build error (At least one <template> or <script> is required in a single file component)
It looks like your Callout.vue file is empty. Make sure the file includes at least one <template> or <script> block, as required for single file components.
19 replies
NNuxt
Created by wszymanski on 9/6/2024 in #❓・help
Nuxt Sitemap module does nothing
In development mode, the sitemap won't be generated automatically. To preview the sitemap, try running:
npx nuxi preview
npx nuxi preview
This will generate the sitemap.xml file for you to view. Alternatively, in production, you can run:
npx nuxi build
npx nuxi build
Once deployed, the sitemap will be available at https://example.com/sitemap.xml.
20 replies