From d3e87be60476d998047fdfbb874f1a17d459fc49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1s=20Perusqu=C3=ADa=20Morales?= Date: Mon, 10 Nov 2025 12:02:22 -0600 Subject: [PATCH] Update Astro integration documentation Removed note about Astro v4 and issues with v5. Issue was fixed on Dec 16, 2024 [https://github.com/withastro/astro/issues/12699] --- .../docs/(documentation)/integration/(frameworks)/astro.mdx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/content/docs/(documentation)/integration/(frameworks)/astro.mdx b/docs/content/docs/(documentation)/integration/(frameworks)/astro.mdx index 064a422..2ff54c8 100644 --- a/docs/content/docs/(documentation)/integration/(frameworks)/astro.mdx +++ b/docs/content/docs/(documentation)/integration/(frameworks)/astro.mdx @@ -40,12 +40,6 @@ bun add bknd - - The guide below assumes you're using Astro v4. We've experienced issues with - Astro DB using v5, see [this - issue](https://github.com/withastro/astro/issues/12474). - - For the Astro integration to work, you also need to [add the react integration](https://docs.astro.build/en/guides/integrations-guide/react/): ```bash