Replies: 1 comment 2 replies
-
Sounds similar to jekyll/jekyll#8889, maybe try accessing the server from |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working with a Jekyll site on localhost and trying to create a custom giscus theme based on the information here: https://github.com/giscus/giscus/blob/main/ADVANCED-USAGE.md#data--attributes
I have the URL specified in the
script
tag like this:data-theme="http://localhost:4000/assets/css/giscus_theme.css"
But I get this error: Access to CSS stylesheet at 'http://localhost:4000/assets/css/giscus_theme.css' from origin 'https://giscus.app' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Any ideas what I'm missing here? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions