Update quartz/components/Comments.tsx

This commit is contained in:
Aaron Pham 2024-10-17 18:22:57 -04:00 committed by GitHub
parent 60fc5b62db
commit 8f50f84b15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ export default ((opts: Options) => {
data-input-position={opts.options.inputPosition ?? "bottom"}
data-light-theme={opts.options.lightTheme ?? "light"}
data-dark-theme={opts.options.darkTheme ?? "dark"}
data-theme-url={opts.options.themeUrl ?? `https://${cfg.baseUrl}/static/giscus`}
data-theme-url={opts.options.themeUrl ?? `https://${cfg.baseUrl ?? "example.com"}/static/giscus`}
></div>
)
}