How to set up custom themes? #1236
Unanswered
Spyware007
asked this question in
Q&A
Replies: 1 comment
-
hello, sorry for the late reply. surely you've found it by now? i don't know nextjs. but having had some trouble setting up a custom theme. i'd like to help a little. did you create a giscus.json file at the root of your repo (that for CORS)? with this in it: {
"origins": [
"https://example.com"
],
"originsRegex": [
"http://localhost:[0-9]+"
]
} do you also have errors in the console ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can someone please tell me how to set up a custom theme in NextJs app?
I'm trying from a lot of time but its not working!
comments.css file is present in the public folder.
Please help and tell me what I am doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions