From e3b40e654395a1804227a8eedd2756ef108aa48f Mon Sep 17 00:00:00 2001 From: Wilfried Ladenhauf Date: Wed, 28 Jan 2026 02:01:06 +0100 Subject: [PATCH 1/2] perf: add preconnect for Fontshare API and CDN --- src/layouts/Layout.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 22db5cb..ba1d130 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -38,6 +38,8 @@ const { title, description = "Moltbot — The AI that actually does things. Your + + {title} From 9055ac7aa41cf1427c0dc7a618c3a7c7ce5678d7 Mon Sep 17 00:00:00 2001 From: Shadow Date: Tue, 27 Jan 2026 22:28:00 -0600 Subject: [PATCH 2/2] chore: update changelog for #16 (thanks @wilfriedladenhauf) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17a1fea..d73d5e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## 2026-01-27 - Home page: keep testimonial links clickable while skipping keyboard focus (#18, thanks @wilfriedladenhauf). +- Fonts: preconnect to Fontshare API/CDN for faster font loading (#16, thanks @wilfriedladenhauf). ## 2026-01-16