Replies: 2 comments 2 replies
-
|
Thanks, this is a bug introduced in canary 5813 as part of my optimization of the broken link checker (#9778) Looks similar to what @andrewgbell reported here, but this time I can reproduce: #9758 (comment) I'll fix it now |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
I confirm that with the latest commit I can again generate my site. Thank you for your quick fix. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to RFC 3986, URLs ending with a slash are legal, and up to Docusaurus 3.1.0 they were accepted.
With the canary 0.0.0-5814, the validator complains about such URLs.
To test this create a new site with:
Edit the
blog/2021-08-26-welcome/index.mdfile and add the following two lines at the end:The site build fails with:
I don't know if this is an intended behaviour, or a bug that came with the recent commits.
Beta Was this translation helpful? Give feedback.
All reactions