--- import { commentConfig } from "@/config"; if (!commentConfig || !commentConfig.giscus) { throw new Error("Giscus comments are not configured"); } const giscus = commentConfig.giscus; const lightTheme = "light"; const darkTheme = "dark"; ---