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
When signing in with GitHub to add a comment in a chapter I've got 404.
The text was updated successfully, but these errors were encountered:
this is caused by https://utteranc.es redirecting to /chapter.html (rather than /chapter/ or /chapter/index.html).
/chapter.html
/chapter/
/chapter/index.html
Based on utterance/utterances#474 this is due to jupyter-book build --builder dirhtml generating:
jupyter-book build --builder dirhtml
<link rel="canonical" href=".../chapter.html" />
instead of:
<link rel="canonical" href=".../chapter/" />
just reported in jupyter-book/jupyter-book#2066
Sorry, something went wrong.
fix comments
02d50f4
- work-around for jupyter-book/jupyter-book#2066 - fixes #81
1b168b4
eba00e7
casperdcl
Successfully merging a pull request may close this issue.
When signing in with GitHub to add a comment in a chapter I've got 404.
The text was updated successfully, but these errors were encountered: