Skip to content
Discussion options

You must be logged in to vote

In general, it's impossible to help you without exactly knowing your setup... That being said, the request seems to be local – are you using the built-in privacy plugin? Giscus can't be automatically self-hosted by the privacy plugin, because it's an SPA. Giscus and MathJax must be excluded via external_assets_exclude:

plugins:
  - privacy:
      external_assets_exclude: 
        - cdn.jsdelivr.net/npm/mathjax@3/* 
        - giscus.app/*

If that's not the case, please, as always, provide a minimal reproducible example... Otherwise, we can only guess and that eats time.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zerenxyz
Comment options

Answer selected by zerenxyz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants