mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 05:35:13 +00:00
docs(community): fix client-side images display (#9704)
* docs(community): fix client-side images display * docs(community): fix map image size
This commit is contained in:
parent
6ae2ded81c
commit
53148f5950
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user