From 455afa16d8b7ef591593b5da1474988f8821b82f Mon Sep 17 00:00:00 2001 From: Florian Lefebvre Date: Fri, 27 Sep 2024 13:03:04 +0200 Subject: [PATCH] chore: update changeset --- .changeset/wise-carrots-float.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/wise-carrots-float.md b/.changeset/wise-carrots-float.md index 0741c122ecb0..b8dd60cd2595 100644 --- a/.changeset/wise-carrots-float.md +++ b/.changeset/wise-carrots-float.md @@ -4,7 +4,7 @@ Removes the experimental `contentCollectionsCache` introduced in `3.5.0`. -To migrate, remove the flag from your Astro config: +Astro Content Layer is now stable, and solves some of the issues of the legacy Content Collections. A Content Layer Cache may be introduced in the future but in the meantime, remove the flag from your Astro config: ```diff export default defineConfig({