From cf24d6922adf5ee6e8d7741da662f33b3a1c23c3 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Wed, 9 Oct 2024 09:53:00 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/@types/astro.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index d660c7f3f12e..262109ccc2d5 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -1115,7 +1115,7 @@ export interface AstroUserConfig { * } * } * ``` - * + * * :::caution[Breaking changes possible] * This feature is stable and is not considered experimental. However, this feature is only intended to address difficult performance issues, and breaking changes may occur in a [minor release](https://docs.astro.build/en/upgrade-astro/#semantic-versioning) to keep this option as performant as possible. Please check the [Astro CHANGELOG](https://github.com/withastro/astro/blob/refs/heads/next/packages/astro/CHANGELOG.md) for every minor release if you are using this feature. * :::