summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <ematipico@users.noreply.github.com> 2023-11-30 21:15:04 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-11-30 21:15:04 +0000
commit0bd0c578f58d9ddadd65f0e284a2f3f295500977 (patch)
tree0f569f03d6ebab45fd77687f3f59e111d17c9435
parentb4b851f5a46b32ee531db5dc39ccd2aa7af7bcfd (diff)
downloadastro-0bd0c578f58d9ddadd65f0e284a2f3f295500977.tar.gz
astro-0bd0c578f58d9ddadd65f0e284a2f3f295500977.tar.zst
astro-0bd0c578f58d9ddadd65f0e284a2f3f295500977.zip
[ci] format
-rw-r--r--packages/astro/src/@types/astro.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts
index 4ee22bb30..82d44d5e5 100644
--- a/packages/astro/src/@types/astro.ts
+++ b/packages/astro/src/@types/astro.ts
@@ -1445,8 +1445,8 @@ export interface AstroUserConfig {
* A list of all locales supported by the website, including the `defaultLocale`. This is a required field.
*
* Languages can be listed either as individual codes (e.g. `['en', 'es', 'pt-br']`) or mapped to a shared `path` of codes (e.g. `{ path: "english", codes: ["en", "en-US"]}`). These codes will be used to determine the URL structure of your deployed site.
- *
- * No particular language code format or syntax is enforced, but your project folders containing your content files must match exactly the `locales` items in the list. In the case of multiple `codes` pointing to a custom URL path prefix, store your content files in a folder with the same name as the `path` configured.
+ *
+ * No particular language code format or syntax is enforced, but your project folders containing your content files must match exactly the `locales` items in the list. In the case of multiple `codes` pointing to a custom URL path prefix, store your content files in a folder with the same name as the `path` configured.
*/
locales: Locales;