You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look at the [Content documentation](https://content.nuxtjs.org/) to learn more. [TEST](/test/tester?tab=yex)
npm run generate
npm run preview
Go to /
Click TEST link
Everything is working
Refresh
Document not found
Describe the bug
During nuxt generate, with prerender: { routes: [ "/"] } the Nuxt crawler works by scanning the homepage and prerendering every page it finds through links. However, if we have a link like <a href="/test?tab=xyz">xyz</a>, it is not prerendered as a separate test/index.html.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered:
Environment
Reproduction
npx nuxi@latest init content-app -t content
/pages
and setdocumentDriven
to truecontent/test/tester.md
npm run generate
npm run preview
/
Document not found
Describe the bug
During
nuxt generate
, withprerender: { routes: [ "/"] }
the Nuxt crawler works by scanning the homepage and prerendering every page it finds through links. However, if we have a link like<a href="/test?tab=xyz">xyz</a>
, it is not prerendered as a separate test/index.html.Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: