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

1 comment on commit 9ae0384

@vercel
Copy link

@vercel vercel bot commented on 9ae0384 Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-nuxt-js.vercel.app
ui-git-dev-nuxt-js.vercel.app
ui.nuxt.com

Please sign in to comment.