Skip to content

Commit 8508338

Browse files
committed
fix: fixed giscus data theme css link
1 parent 9dc5cee commit 8508338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overrides/partials/comments.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
1212
data-reactions-enabled="1"
1313
data-emit-metadata="0"
1414
data-input-position="top"
15-
data-theme="https://github.com/RapidAI/RapidOCRDocs/blob/e98b9bb041a1ca785b827ec626d9e3497fa8549c/docs/stylesheets/font.css"
15+
data-theme="https://raw.githubusercontent.com/RapidAI/RapidOCRDocs/e98b9bb041a1ca785b827ec626d9e3497fa8549c/docs/stylesheets/font.css"
1616
data-lang="zh-CN"
1717
data-loading="lazy" crossorigin="anonymous" async>
1818
</script>

0 commit comments

Comments
 (0)