mirror of
https://github.com/openclaw/openclaw.ai.git
synced 2026-07-15 12:25:40 -04:00
[PR #16] [MERGED] perf: add preconnect for Fontshare API and CDN #21
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/openclaw/openclaw.ai/pull/16
Author: @wilfriedladenhauf
Created: 1/27/2026
Status: ✅ Merged
Merged: 1/27/2026
Merged by: @thewilloftheshadow
Base:
main← Head:perf/font-preconnect📝 Commits (2)
e3b40e6perf: add preconnect for Fontshare API and CDN9055ac7chore: update changelog for #16 (thanks @wilfriedladenhauf)📊 Changes
2 files changed (+3 additions, -0 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
src/layouts/Layout.astro(+2 -0)📄 Description
Description
Optimizes initial page load by establishing early connections to Fontshare.
Technical Details
crossoriginto match standard CSS fetch behavior.crossorigin(anonymous) to comply with W3C font-fetching requirements, ensuring the connection is reused for the .woff2 files.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.