diff options
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/Comments.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Comments.astro b/src/components/Comments.astro index f9ae4e5..0247ebf 100644 --- a/src/components/Comments.astro +++ b/src/components/Comments.astro @@ -14,6 +14,7 @@ const theme = "transparent_dark"; --- <script + is:inline src="https://giscus.app/client.js" data-category-id={categoryId} data-category={category} |