perf: reduce bundle size (closes #1607) (#1689)

This commit is contained in:
Aaron Pham
2025-01-01 12:24:32 -08:00
committed by GitHub
parent e3162f7a7e
commit 2e6a675edd
11 changed files with 94 additions and 578 deletions

View File

@ -165,6 +165,7 @@ export default (() => {
<link rel="stylesheet" href={googleFontHref(cfg.theme)} />
</>
)}
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossOrigin={"anonymous"} />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
{/* OG/Twitter meta tags */}
<meta name="og:site_name" content={cfg.pageTitle}></meta>