Skip to content

Commit

Permalink
docs: use new url for module stats
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux authored and benjamincanac committed Sep 7, 2023
1 parent 6ad1afd commit 9ae0384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
})
Expand Down

0 comments on commit 9ae0384

Please sign in to comment.