From 04b2bdff7d3e0ef2074f15276f995fef041f6b85 Mon Sep 17 00:00:00 2001 From: Waxer59 Date: Fri, 30 Jun 2023 15:07:35 +0200 Subject: i18n(es): Updated `customization.mdx` (#282) --- docs/src/content/docs/es/guides/customization.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/content/docs/es/guides/customization.mdx b/docs/src/content/docs/es/guides/customization.mdx index 66216081..ad0b23dd 100644 --- a/docs/src/content/docs/es/guides/customization.mdx +++ b/docs/src/content/docs/es/guides/customization.mdx @@ -175,7 +175,7 @@ defineConfig({ Starlight cuenta con soporte incorporado para agregar enlaces a tus cuentas de redes sociales en el encabezado del sitio mediante la opción [`social`](/es/reference/configuration/#social) en la integración de Starlight. -Actualmente, se admiten enlaces a Codeberg, Discord, GitHub, Mastodon y Twitter. ¡Háznoslo saber en GitHub o Discord si necesitas soporte para otro servicio! +Actualmente, se admiten enlaces a Codeberg, Discord, GitHub, Mastodon, Twitter y Youtube. ¡Háznoslo saber en GitHub o Discord si necesitas soporte para otro servicio! ```js // astro.config.mjs @@ -192,6 +192,7 @@ export default defineConfig({ github: 'https://github.com/withastro/starlight', mastodon: 'https://m.webtoo.ls/@astro', twitter: 'https://twitter.com/astrodotbuild', + youtube: 'https://youtube.com/@astrodotbuild', }, }), ], -- cgit