diff --git a/src/content/docs/zh-cn/tutorial/2-pages/2.mdx b/src/content/docs/zh-cn/tutorial/2-pages/2.mdx index 06e106502bdfc..7d90fe3b23995 100644 --- a/src/content/docs/zh-cn/tutorial/2-pages/2.mdx +++ b/src/content/docs/zh-cn/tutorial/2-pages/2.mdx @@ -117,7 +117,7 @@ import Badge from "~/components/Badge.astro" description: "学习了一些 Astro 后,我根本停不下来!" image: url: "https://docs.astro.build/assets/arc.webp" - alt: "Thumbnail of Astro arcs." + alt: "The Astro logo on a dark background with a purple gradient arc." pubDate: 2022-07-08 tags: ["astro", "blogging", "learning in public", "successes"] --- @@ -131,7 +131,7 @@ import Badge from "~/components/Badge.astro" description: "我遇到了一些问题,但是在社区里面提问真的很有帮助!" image: url: "https://docs.astro.build/assets/rays.webp" - alt: "Thumbnail of Astro rays." + alt: "The Astro logo on a dark background with rainbow rays." pubDate: 2022-07-15 tags: ["astro", "learning in public", "setbacks", "community"] --- diff --git a/src/content/docs/zh-cn/tutorial/4-layouts/2.mdx b/src/content/docs/zh-cn/tutorial/4-layouts/2.mdx index 34157470d9777..1e9e2a7404ef7 100644 --- a/src/content/docs/zh-cn/tutorial/4-layouts/2.mdx +++ b/src/content/docs/zh-cn/tutorial/4-layouts/2.mdx @@ -47,7 +47,7 @@ import Badge from "~/components/Badge.astro" author: 'Astro 学习者' image: url: 'https://docs.astro.build/assets/rose.webp' - alt: 'Thumbnail of astro rose.' + alt: 'The Astro logo on a dark background with a pink glow.' tags: ["astro", "blogging", "learning in public"] --- ```