松浦 知也 Matsuura Tomoya
2025-11-01 8bc6cb906110ae03e117af97147a366621dc20b7
quartz/components/Comments.tsx
@@ -17,6 +17,7 @@
    strict?: boolean
    reactionsEnabled?: boolean
    inputPosition?: "top" | "bottom"
    lang?: string
  }
}
@@ -50,6 +51,7 @@
        data-theme-url={
          opts.options.themeUrl ?? `https://${cfg.baseUrl ?? "example.com"}/static/giscus`
        }
        data-lang={opts.options.lang ?? "en"}
      ></div>
    )
  }