Closed Ticolyle closed 9 months ago
Name | Link |
---|---|
Latest commit | dec9ca626dc7ffff2376c8e4130c0215c57dee9f |
Latest deploy log | https://app.netlify.com/sites/accessible-astro/deploys/659df65b11bcff00087806c7 |
Deploy Preview | https://deploy-preview-89--accessible-astro.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Hey @Ticolyle! Thanks for taking the time to upgrade Astro Icon on this repository, I always appreciate the help 😊 Your explanation is clear and the changes you've made look solid! Theres only one small issue, the Accessible Astro Components package still references to [astro-icon]
. I'll fix that first and then merge your PR 😄 Thanks again!
Hello! My compliments to an excellent astro starter repo with great baseline accessibility.
When I first tried out this repo I ran into issues with
svgo
and it's dependencysharp
.While troubleshooting the build, I found that
astro-icon
had been updated to v1 with some breaking changes. After updating in my personal project I found the changes to be fairly straightforward and thought to replicate for you on the main repo.Most of the changes needed are documented in the
astro-icon
upgrade docs: https://www.astroicon.dev/guides/upgrade/v1/I also needed to make some minor changes to the css styles to match the current site design. These changes are needed as the
astro-icon
now delivers icons with thewidth
andheight
props, not previously present on the svg elements.package.json
changes:Cheers, and let me know if you have any questions.