diff options
Diffstat (limited to 'src/components/Comments.astro')
-rw-r--r-- | src/components/Comments.astro | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/Comments.astro b/src/components/Comments.astro index 5fcd65d..f9ae4e5 100644 --- a/src/components/Comments.astro +++ b/src/components/Comments.astro @@ -14,7 +14,6 @@ const theme = "transparent_dark"; --- <script - defer src="https://giscus.app/client.js" data-category-id={categoryId} data-category={category} @@ -28,5 +27,4 @@ const theme = "transparent_dark"; data-strict={strict} data-theme={theme} crossorigin={crossorigin} -> -</script> +></script> |