modified: website/scripts/giscus.tsx
All checks were successful
/ test (push) Successful in 14s

This commit is contained in:
Soph :3 2024-08-02 20:31:16 +03:00
parent 3c084fbd79
commit 13997f8d81
Signed by: sophie
GPG key ID: EDA5D222A0C270F2

View file

@ -9,7 +9,7 @@ export function Giscus({ searchTerm }: { searchTerm: string }) {
"strict": "1",
"reactions-enabled": "1",
"emit-metadata": "0",
"input-position": "bottom",
"input-position": "top",
"theme": "noborder_dark",
"lang": "en",
"loading": "lazy",