diff --git a/.jules/bolt.md b/.jules/bolt.md index 8ea1bae..fda7041 100644 --- a/.jules/bolt.md +++ b/.jules/bolt.md @@ -2,4 +2,4 @@ **Learning:** Replacing large, static PNG assets with theme-aware SVGs significantly reduces repository weight and improves initial page load for organization profiles. SVGs (approx. 3KB) are >90% smaller than high-resolution PNGs (46KB) and maintain clarity at all sizes. -**Action:** Always prefer SVGs for logos and simple graphics. Use the `` tag with `prefers-color-scheme` media queries to support dark and light modes on GitHub READMEs. Always specify `width` and `height` on images to prevent Cumulative Layout Shift (CLS). +**Action:** Always prefer SVGs for logos and simple graphics. Use the `` tag with `prefers-color-scheme` media queries to support dark and light modes on GitHub READMEs. Always specify `width` and `height` on images to prevent Cumulative Layout Shift (CLS). Use `fetchpriority="high"` for critical above-the-fold assets (like logos) to improve Largest Contentful Paint (LCP). diff --git a/profile/README.md b/profile/README.md index 10daaee..e249d7f 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,10 +1,10 @@ # Model Context Protocol - +

- Model Context Protocol Logo + Model Context Protocol Logo

diff --git a/profile/assets/logo-dark.svg b/profile/assets/logo-dark.svg index 06950a0..dbca430 100644 --- a/profile/assets/logo-dark.svg +++ b/profile/assets/logo-dark.svg @@ -1,7 +1 @@ - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/profile/assets/logo.svg b/profile/assets/logo.svg index 883676c..e8b39b5 100644 --- a/profile/assets/logo.svg +++ b/profile/assets/logo.svg @@ -1,7 +1 @@ - - - - - - - \ No newline at end of file + \ No newline at end of file