diff options
author | 2024-10-09 09:53:00 +0000 | |
---|---|---|
committer | 2024-10-09 09:53:00 +0000 | |
commit | cf24d6922adf5ee6e8d7741da662f33b3a1c23c3 (patch) | |
tree | c9c5e07e904ee1929e00ada1e68ebc5d98d823ed | |
parent | 710a1a11f488ff6ed3da6d3e0723b2322ccfe27b (diff) | |
download | astro-cf24d6922adf5ee6e8d7741da662f33b3a1c23c3.tar.gz astro-cf24d6922adf5ee6e8d7741da662f33b3a1c23c3.tar.zst astro-cf24d6922adf5ee6e8d7741da662f33b3a1c23c3.zip |
[ci] format
-rw-r--r-- | packages/astro/src/@types/astro.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index d660c7f3f..262109ccc 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. * ::: |