quartz/components/Comments.tsx
@@ -17,6 +17,7 @@ strict?: boolean reactionsEnabled?: boolean inputPosition?: "top" | "bottom" lang?: string } } @@ -50,6 +51,7 @@ data-theme-url={ opts.options.themeUrl ?? `https://${cfg.baseUrl ?? "example.com"}/static/giscus` } data-lang={opts.options.lang ?? "en"} ></div> ) }