Giscus do not show when self-hosting #705
-
I follow the tutorial of https://github.com/giscus/giscus/blob/main/SELF-HOSTING.md for self-hosting. I set up giscus website with github pages, after the deployment is complete, I open the github pages url in the browser, and I can see the information of the giscus homepage readme, but the giscus is not displayed. It seems I am missing something important, but I have no idear about it. So please give me some help. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
After I set up giscus website on Vercel, it said : An error occurred: giscus is not installed on this repository |
Beta Was this translation helpful? Give feedback.
-
GitHub Pages won't work because the site uses SSR. As for the error, where are you seeing that? On the homepage? If so, you need to install your self-hosted instance on your repository and change these configuration values according to your repository: Lines 144 to 157 in 75f1a57 |
Beta Was this translation helpful? Give feedback.
GitHub Pages won't work because the site uses SSR.
As for the error, where are you seeing that? On the homepage? If so, you need to install your self-hosted instance on your repository and change these configuration values according to your repository:
giscus/pages/index.tsx
Lines 144 to 157 in 75f1a57