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]
This commit is contained in:
Jonás Perusquía Morales
2025-11-10 12:02:22 -06:00
committed by GitHub
parent 5417aa174e
commit d3e87be604

View File

@@ -40,12 +40,6 @@ bun add bknd
</Tabs> </Tabs>
<Callout type="info">
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).
</Callout>
For the Astro integration to work, you also need to [add the react integration](https://docs.astro.build/en/guides/integrations-guide/react/): For the Astro integration to work, you also need to [add the react integration](https://docs.astro.build/en/guides/integrations-guide/react/):
```bash ```bash