chore: run formatter

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham 2024-10-17 18:24:25 -04:00
parent 8f50f84b15
commit a9c6570f99
No known key found for this signature in database
GPG Key ID: 18974753009D2BFA

View File

@ -39,7 +39,9 @@ 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 ?? "example.com"}/static/giscus`}
data-theme-url={
opts.options.themeUrl ?? `https://${cfg.baseUrl ?? "example.com"}/static/giscus`
}
></div>
)
}