Skip to content

Commit 0385f27

Browse files
committed
chore: update urls to ui.nuxt.com
1 parent 56cb7d3 commit 0385f27

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
Get started with the Nuxt dashboard template with multiple pages, collapsible sidebar, keyboard shortcuts, light & dark more, command palette and more, powered by [Nuxt UI](https://ui.nuxt.com).
66

77
- [Live demo](https://dashboard-template.nuxt.dev/)
8-
- [Documentation](https://ui4.nuxt.com/docs/getting-started/installation/nuxt)
8+
- [Documentation](https://ui.nuxt.com/docs/getting-started/installation/nuxt)
99

1010
<a href="https://dashboard-template.nuxt.dev/" target="_blank">
1111
<picture>
12-
<source media="(prefers-color-scheme: dark)" srcset="https://ui4.nuxt.com/assets/templates/nuxt/dashboard-dark.png">
13-
<source media="(prefers-color-scheme: light)" srcset="https://ui4.nuxt.com/assets/templates/nuxt/dashboard-light.png">
14-
<img alt="Nuxt Dashboard Template" src="https://ui4.nuxt.com/assets/templates/nuxt/dashboard-light.png">
12+
<source media="(prefers-color-scheme: dark)" srcset="https://ui.nuxt.com/assets/templates/nuxt/dashboard-dark.png">
13+
<source media="(prefers-color-scheme: light)" srcset="https://ui.nuxt.com/assets/templates/nuxt/dashboard-light.png">
14+
<img alt="Nuxt Dashboard Template" src="https://ui.nuxt.com/assets/templates/nuxt/dashboard-light.png">
1515
</picture>
1616
</a>
1717

@@ -25,7 +25,7 @@ npm create nuxt@latest -- -t github:nuxt-ui-templates/dashboard
2525

2626
## Deploy your own
2727

28-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-name=dashboard&repository-url=https%3A%2F%2Fgithub.com%2Fnuxt-ui-templates%2Fdashboard&demo-image=https%3A%2F%2Fui4.nuxt.com%2Fassets%2Ftemplates%2Fnuxt%2Fdashboard-dark.png&demo-url=https%3A%2F%2Fdashboard-template.nuxt.dev%2F&demo-title=Nuxt%20Dashboard%20Template&demo-description=A%20dashboard%20template%20with%20multi-column%20layout%20for%20building%20sophisticated%20admin%20interfaces.)
28+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-name=dashboard&repository-url=https%3A%2F%2Fgithub.com%2Fnuxt-ui-templates%2Fdashboard&demo-image=https%3A%2F%2Fui.nuxt.com%2Fassets%2Ftemplates%2Fnuxt%2Fdashboard-dark.png&demo-url=https%3A%2F%2Fdashboard-template.nuxt.dev%2F&demo-title=Nuxt%20Dashboard%20Template&demo-description=A%20dashboard%20template%20with%20multi-column%20layout%20for%20building%20sophisticated%20admin%20interfaces.)
2929

3030
## Setup
3131

app/app.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ useSeoMeta({
2525
description,
2626
ogTitle: title,
2727
ogDescription: description,
28-
ogImage: 'https://ui4.nuxt.com/assets/templates/nuxt/dashboard-light.png',
29-
twitterImage: 'https://ui4.nuxt.com/assets/templates/nuxt/dashboard-light.png',
28+
ogImage: 'https://ui.nuxt.com/assets/templates/nuxt/dashboard-light.png',
29+
twitterImage: 'https://ui.nuxt.com/assets/templates/nuxt/dashboard-light.png',
3030
twitterCard: 'summary_large_image'
3131
})
3232
</script>

app/components/UserMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ const items = computed<DropdownMenuItem[][]>(() => ([[{
138138
}], [{
139139
label: 'Documentation',
140140
icon: 'i-lucide-book-open',
141-
to: 'https://ui4.nuxt.com/docs/getting-started/installation/nuxt',
141+
to: 'https://ui.nuxt.com/docs/getting-started/installation/nuxt',
142142
target: '_blank'
143143
}, {
144144
label: 'GitHub repository',

app/pages/settings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const links = [[{
2121
}], [{
2222
label: 'Documentation',
2323
icon: 'i-lucide-book-open',
24-
to: 'https://ui4.nuxt.com/docs/getting-started/installation/nuxt',
24+
to: 'https://ui.nuxt.com/docs/getting-started/installation/nuxt',
2525
target: '_blank'
2626
}]] satisfies NavigationMenuItem[][]
2727
</script>

0 commit comments

Comments
 (0)