Closed JoJk0 closed 5 months ago
Move return id inside if statement so handler is only handling preview pages and nothing else. This solves conflict with dynamicRoutes in vitepress
return id
dynamicRoutes
vitepress
https://github.com/vuejs/vitepress/blob/main/src/node/plugins/dynamicRoutesPlugin.ts#L98
Sorry I missed this PR, thank you so much!
Move
return id
inside if statement so handler is only handling preview pages and nothing else. This solves conflict withdynamicRoutes
invitepress
https://github.com/vuejs/vitepress/blob/main/src/node/plugins/dynamicRoutesPlugin.ts#L98