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
This expected output can be achieved if the includedRoutes hook is removed from the vite config, but should also be present if includedRoutes are specified.
Describe the bug
Consider a custom path returned via the includedRoutes hook:
If such paths are returned via the includedRoutes hook, the pages content is not prerendered but looks like this:
Have a look at the provided reproduction repo and run the
npm run build
command. The expected output of the pages content is:This expected output can be achieved if the
includedRoutes
hook is removed from the vite config, but should also be present if includedRoutes are specified.Reproduction
https://github.com/derMart/vite-ssg-includedroutes-bug
System Info
Used Package Manager
npm
Validations
Contributions
The text was updated successfully, but these errors were encountered: