From 890d91bf4a46c991f93fb369c4040430a50911aa Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Tue, 14 Nov 2023 11:11:09 -0500 Subject: [PATCH] updated the docs --- 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 bcd9049650ef..378999ec293a 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -1546,7 +1546,7 @@ export interface AstroUserConfig { * @version 3.6.0 * @description * - * Maps a locale + * Maps a locale to a domain (or sub-domain). When a locale is mapped to a domain, all the URLs that belong to it will respond to `https://fr.example.com/blog` and not to `/fr/blog`. * * ```js * export defualt defineConfig({