Aaron Pham
2024-03-08 b30a200bd4ddc64f4fd3d2124fcda0b354847073
quartz/components/renderPage.tsx
@@ -209,7 +209,7 @@
    </div>
  )
  const lang = componentData.frontmatter?.lang ?? cfg.locale?.split("-")[0] ?? "en"
  const lang = componentData.fileData.frontmatter?.lang ?? cfg.locale?.split("-")[0] ?? "en"
  const doc = (
    <html lang={lang}>
      <Head {...componentData} />