From 8f50f84b15e6a3fd78cc7c2bf9902b3e67bbb239 Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Thu, 17 Oct 2024 18:22:57 -0400 Subject: [PATCH] Update quartz/components/Comments.tsx --- quartz/components/Comments.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz/components/Comments.tsx b/quartz/components/Comments.tsx index c5b2b391f..96e040517 100644 --- a/quartz/components/Comments.tsx +++ b/quartz/components/Comments.tsx @@ -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`} > ) }