mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 18:00:43 +01:00
docs: use new url for module stats
This commit is contained in:
committed by
Benjamin Canac
parent
6ad1afd308
commit
9ae038489e
@@ -173,7 +173,7 @@ const { data: module } = await useFetch<{
|
|||||||
contributors: {
|
contributors: {
|
||||||
username: string
|
username: string
|
||||||
}[]
|
}[]
|
||||||
}>('https://api.nuxt.com/modules/nuxtlabs-ui', {
|
}>('https://api.nuxt.com/modules/ui', {
|
||||||
transform: (module) => pick(module, ['stats', 'contributors'])
|
transform: (module) => pick(module, ['stats', 'contributors'])
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user