astro/.changeset/friendly-poets-breathe.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
157 B
Markdown
Raw Normal View History

2023-04-26 19:16:59 +00:00
---
'astro': patch
---
Add fast lookups for content collection entries when using `getEntryBySlug()`. This generates a lookup map to ensure O(1) retrieval.