From 53148f5950876e31faa79f6622f6499c5067afd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Ollivier?= Date: Wed, 14 Dec 2022 11:19:03 +0100 Subject: [PATCH] docs(community): fix client-side images display (#9704) * docs(community): fix client-side images display * docs(community): fix map image size --- .../1.docs/5.community/1.nuxt-community.md | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/content/1.docs/5.community/1.nuxt-community.md b/docs/content/1.docs/5.community/1.nuxt-community.md index 0812e30b62..0f1c2d91e3 100644 --- a/docs/content/1.docs/5.community/1.nuxt-community.md +++ b/docs/content/1.docs/5.community/1.nuxt-community.md @@ -8,8 +8,8 @@ navigation.icon: ph:users-bold --- image: path: '/assets/docs/getting-started/nuxt-community/nuxt-community' - width: '437px' - height: '236px' + width: '437' + height: '236' --- #title Nuxt Community @@ -34,8 +34,8 @@ The development of Nuxt and its ecosystem is led by an international team. Our c gridClass: 'lg:grid-cols-4' backgroundImg: path: '/assets/docs/getting-started/nuxt-community/map-nuxters' - width: "w-full" - height: "h-full" + width: "800" + height: "" --- :::stat-card-item --- @@ -121,8 +121,8 @@ From user to contributor, these guides will help you get the best out of Nuxt. roundedClass: 'rounded-t-lg sm:rounded-tl-lg sm:rounded-tr-none' image: path: '/assets/docs/getting-started/nuxt-community/community-Contribute' - width: '88px lg:100px' - height: '88px lg:100px' + width: '88' + height: '88' --- #extraTitle [How to contribute?](/docs/community/contribution) @@ -135,8 +135,8 @@ From user to contributor, these guides will help you get the best out of Nuxt. roundedClass: 'sm:rounded-tr-lg' image: path: '/assets/docs/getting-started/nuxt-community/roadmap' - width: '88px' - height: '88px' + width: '88' + height: '88' --- #extraTitle [Discover our roadmap](/docs/community/roadmap) @@ -149,8 +149,8 @@ From user to contributor, these guides will help you get the best out of Nuxt. roundedClass: 'sm:rounded-bl-lg' image: path: '/assets/docs/getting-started/nuxt-community/bugs' - width: '88px' - height: '88px' + width: '88' + height: '88' --- #extraTitle [Reporting Bugs](/docs/community/reporting-bugs) @@ -163,8 +163,8 @@ From user to contributor, these guides will help you get the best out of Nuxt. roundedClass: 'rounded-b-lg sm:rounded-br-lg sm:rounded-bl-none' image: path: '/assets/docs/getting-started/nuxt-community/help' - width: '88px' - height: '88px' + width: '88' + height: '88' --- #extraTitle [Getting Help](/docs/community/getting-help)