chore: changeset

This commit is contained in:
bholmesdev 2023-04-26 15:16:59 -04:00
parent 0d5fe3186e
commit 601fe763f8

View file

@ -0,0 +1,5 @@
---
'astro': patch
---
Add fast lookups for content collection entries when using `getEntryBySlug()`. This generates a lookup map to ensure O(1) retrieval.