bootstrap icon indicating copy to clipboard operation
bootstrap copied to clipboard

fix(examples): access to the examples page by removing duplicate `indexPath`

Open julien-deramond opened this issue 10 months ago • 2 comments

Description

Simple PR that allows to access to the "Examples" pages when running npm run astro-dev locally to avoid the Failed to load data from ./site/data/examples.yml error in the browser.

julien-deramond avatar Feb 20 '25 21:02 julien-deramond

That's helpful! Also, I know it's super, super early for feedback/bug reports, but the v6-dev branch didn't build locally for me until I updated "astro-auto-import": from "^0.2.1" to "^0.4.4",` in package.json. Just mentioning it here in case anyone else ran into that issue!

coliff avatar Feb 21 '25 15:02 coliff

Thanks, coliff 🙏 we'll check this out. We should update to the latest Astro packages and set up regular updates moving forward.

julien-deramond avatar Feb 21 '25 20:02 julien-deramond