feat(site): add starlight logo and favicon #90

Merged
rootiest merged 1 commits from feat-site-logo into main 2026-07-27 23:35:19 +00:00
Owner

Summary

This PR adds the logo.svg to the Astro Starlight site and configures it to be used as both the site's logo and the favicon. A viewBox was added to the SVG to ensure it scales correctly as a favicon.

Manual Verification Checklist

  • npm run build in docs/site succeeds without errors.
  • npm run dev serves the site locally.
  • The custom logo is visible in the top navigation bar.
  • The favicon properly shows up in the browser tab at a small size.
## Summary This PR adds the `logo.svg` to the Astro Starlight site and configures it to be used as both the site's logo and the favicon. A `viewBox` was added to the SVG to ensure it scales correctly as a favicon. ## Manual Verification Checklist - [x] `npm run build` in `docs/site` succeeds without errors. - [x] `npm run dev` serves the site locally. - [x] The custom logo is visible in the top navigation bar. - [x] The favicon properly shows up in the browser tab at a small size.
rootiest added 1 commit 2026-07-27 23:34:49 +00:00
rootiest merged commit 29daf01b95 into main 2026-07-27 23:35:19 +00:00
rootiest deleted branch feat-site-logo 2026-07-27 23:35:20 +00:00
Sign in to join this conversation.