summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <ematipico@users.noreply.github.com> 2024-10-09 09:53:00 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2024-10-09 09:53:00 +0000
commitcf24d6922adf5ee6e8d7741da662f33b3a1c23c3 (patch)
treec9c5e07e904ee1929e00ada1e68ebc5d98d823ed
parent710a1a11f488ff6ed3da6d3e0723b2322ccfe27b (diff)
downloadastro-cf24d6922adf5ee6e8d7741da662f33b3a1c23c3.tar.gz
astro-cf24d6922adf5ee6e8d7741da662f33b3a1c23c3.tar.zst
astro-cf24d6922adf5ee6e8d7741da662f33b3a1c23c3.zip
[ci] format
-rw-r--r--packages/astro/src/@types/astro.ts2
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.
* :::