You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just recently found out about this great project.
So I just wanna point out in case someone also facing the same problem with me.
If you use Cloudflare as a dns for your website and have a problem that the Giscus script isn't load itself. It's because you turn on the Rocket Loader which "off-loading" the script.
You could turn the feature off entirely, but you can also adding a attribute data-cfasync="false" into the script tag to only disable the feature on any particular script instead of entire website.
like
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I just recently found out about this great project.
So I just wanna point out in case someone also facing the same problem with me.
If you use Cloudflare as a dns for your website and have a problem that the Giscus script isn't load itself. It's because you turn on the Rocket Loader which "off-loading" the script.
You could turn the feature off entirely, but you can also adding a attribute
data-cfasync="false"
into the script tag to only disable the feature on any particular script instead of entire website.like
https://developers.cloudflare.com/speed/optimization/content/rocket-loader/ignore-javascripts/
Beta Was this translation helpful? Give feedback.
All reactions