mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
Update quartz/components/Comments.tsx
This commit is contained in:
parent
60fc5b62db
commit
8f50f84b15
@ -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>
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user