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
{{ message }}
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
This is what I get from hitting the content-api endpoint:
{"content-endpoints":["\\posts"]}
If I manually edit the router and change the backslashes to forward slashes which is what they should be in the first place, then it works.
I tried this with the starter template as well and after removing the component in the markdown file to get rid of the module build fail warning, the same back slash is observed in the generated router.js file.
This question is available on Nuxt.js community (#c86)
The text was updated successfully, but these errors were encountered:
I am on windows.
My generated route looks like this:
My config looks like this:
This is what I get from hitting the content-api endpoint:
If I manually edit the router and change the backslashes to forward slashes which is what they should be in the first place, then it works.
I tried this with the starter template as well and after removing the component in the markdown file to get rid of the module build fail warning, the same back slash is observed in the generated router.js file.
The text was updated successfully, but these errors were encountered: