diff options
Diffstat (limited to 'src/components/Comments.astro')
-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 5474d89..c2d6531 100644 --- a/src/components/Comments.astro +++ b/src/components/Comments.astro @@ -15,6 +15,7 @@ const theme = "transparent_dark"; <script is:inline + defer src="https://giscus.app/client.js" data-category-id={categoryId} data-category={category} |