mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 14:31:47 +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: {
|
||||
username: string
|
||||
}[]
|
||||
}>('https://api.nuxt.com/modules/nuxtlabs-ui', {
|
||||
}>('https://api.nuxt.com/modules/ui', {
|
||||
transform: (module) => pick(module, ['stats', 'contributors'])
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user