--- import { commentConfig } from '@/config' if (!commentConfig || !commentConfig.giscus) { throw new Error('Giscus comments are not configured') } const giscus = commentConfig.giscus ---