We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The link of blog post is prefixed with an additional /
/
Even if I manually type the correct URL, it will say page not found.
Yes
(Write your steps here:)
website/src/pages/index.js
routeBasePath: '/',
docusaurus.config.js
URL is not prefixed with additional /
URL prefixed with additional /
(Paste the link to an example repo, including a siteConfig.js, and exact instructions to reproduce the issue.)
siteConfig.js
The text was updated successfully, but these errors were encountered:
Oops our blog-only instructions are outdated. It's updated for docs-only - https://v2.docusaurus.io/docs/next/configuration/#docs-only-mode where the routeBasePath should be ''.
routeBasePath
''
But I think we can try to dedupe the slashes indeed. Thanks for the PR 😄
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
🐛 Bug Report
The link of blog post is prefixed with an additional
/
Even if I manually type the correct URL, it will say page not found.
Have you read the Contributing Guidelines on issues?
Yes
To Reproduce
(Write your steps here:)
website/src/pages/index.js
routeBasePath: '/',
todocusaurus.config.js
> presets > blogExpected behavior
URL is not prefixed with additional
/
Actual Behavior
URL prefixed with additional
/
Your Environment
Reproducible Demo
(Paste the link to an example repo, including a
siteConfig.js
, and exact instructions to reproduce the issue.)The text was updated successfully, but these errors were encountered: