kabirgh
2024-02-09 fe353d946bd90d38647a9dceff7ea85d425e8a83
quartz/components/renderPage.tsx
@@ -209,8 +209,7 @@
    </div>
  )
  const lang = componentData.frontmatter?.lang ?? cfg.locale.split("-")[0]
  const lang = componentData.frontmatter?.lang ?? cfg.locale?.split("-")[0] ?? "en"
  const doc = (
    <html lang={lang}>
      <Head {...componentData} />