From 7e98d3fa6270e77c5c886ecff0877dab31e36482 Mon Sep 17 00:00:00 2001 From: Alaye-Dong Date: Wed, 18 Feb 2026 21:39:38 +0800 Subject: [PATCH] docs(index): fix Nuxt Concepts card description --- content/en/0.index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/0.index.md b/content/en/0.index.md index cb9afa3f..1df09a3a 100644 --- a/content/en/0.index.md +++ b/content/en/0.index.md @@ -25,7 +25,7 @@ Start learning by clicking the topics below: ::div{.flex.flex-wrap.gap-2} :content-card{to="/vue" title="Vue Basics" description="If you are not familiar with Vue, we recommend you to learn the basics of Vue first." icon="i-logos-vue"} -:content-card{to="/concepts" title="Nuxt Concepts" description="If you are not familiar with Vue, we recommend you to learn the basics of Vue first." icon="i-logos-nuxt-icon"} +:content-card{to="/concepts" title="Nuxt Concepts" description="Learn the the core concepts of Nuxt." icon="i-logos-nuxt-icon"} :: ## Case Studies