mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-30 08:14: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-input-position={opts.options.inputPosition ?? "bottom"}
|
||||||
data-light-theme={opts.options.lightTheme ?? "light"}
|
data-light-theme={opts.options.lightTheme ?? "light"}
|
||||||
data-dark-theme={opts.options.darkTheme ?? "dark"}
|
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>
|
></div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user