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 committed Sep 7, 2023
1 parent c44f9f4 commit ff124d7
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 ff124d7

Please sign in to comment.