feat(site): add starlight logo and favicon #90
Reference in New Issue
Block a user
Delete Branch "feat-site-logo"
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?
Summary
This PR adds the
logo.svgto the Astro Starlight site and configures it to be used as both the site's logo and the favicon. AviewBoxwas added to the SVG to ensure it scales correctly as a favicon.Manual Verification Checklist
npm run buildindocs/sitesucceeds without errors.npm run devserves the site locally.