Skip to content

Commit 8c0f1f6

Browse files
committed
chore: update urls to ui.nuxt.com
1 parent e8616a8 commit 8c0f1f6

File tree

3 files changed

+9
-9
lines changed

3 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
Fully built SaaS application to launch your next project with a landing page, a pricing page, a documentation and a blog powered by [Nuxt UI](https://ui.nuxt.com) components.
66

77
- [Live demo](https://saas-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://saas-template.nuxt.dev/" target="_blank">
1111
<picture>
12-
<source media="(prefers-color-scheme: dark)" srcset="https://ui4.nuxt.com/assets/templates/nuxt/saas-dark.png">
13-
<source media="(prefers-color-scheme: light)" srcset="https://ui4.nuxt.com/assets/templates/nuxt/saas-light.png">
14-
<img alt="Nuxt SaaS Template" src="https://ui4.nuxt.com/assets/templates/nuxt/saas-light.png">
12+
<source media="(prefers-color-scheme: dark)" srcset="https://ui.nuxt.com/assets/templates/nuxt/saas-dark.png">
13+
<source media="(prefers-color-scheme: light)" srcset="https://ui.nuxt.com/assets/templates/nuxt/saas-light.png">
14+
<img alt="Nuxt SaaS Template" src="https://ui.nuxt.com/assets/templates/nuxt/saas-light.png">
1515
</picture>
1616
</a>
1717

@@ -23,7 +23,7 @@ npm create nuxt@latest -- -t github:nuxt-ui-templates/saas
2323

2424
## Deploy your own
2525

26-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-name=saas&repository-url=https%3A%2F%2Fgithub.com%2Fnuxt-ui-templates%2Fsaas&demo-image=https%3A%2F%2Fui4.nuxt.com%2Fassets%2Ftemplates%2Fnuxt%2Fsaas-dark.png&demo-url=https%3A%2F%2Fsaas-template.nuxt.dev%2F&demo-title=Nuxt%20SaaS%20Template&demo-description=A%20SaaS%20template%20with%20landing%2C%20pricing%2C%20docs%20and%20blog%20powered%20by%20Nuxt%20Content.)
26+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-name=saas&repository-url=https%3A%2F%2Fgithub.com%2Fnuxt-ui-templates%2Fsaas&demo-image=https%3A%2F%2Fui.nuxt.com%2Fassets%2Ftemplates%2Fnuxt%2Fsaas-dark.png&demo-url=https%3A%2F%2Fsaas-template.nuxt.dev%2F&demo-title=Nuxt%20SaaS%20Template&demo-description=A%20SaaS%20template%20with%20landing%2C%20pricing%2C%20docs%20and%20blog%20powered%20by%20Nuxt%20Content.)
2727

2828
## Setup
2929

app/app.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ useHead({
1919
2020
useSeoMeta({
2121
titleTemplate: '%s - Nuxt SaaS template',
22-
ogImage: 'https://ui4.nuxt.com/assets/templates/nuxt/saas-light.png',
23-
twitterImage: 'https://ui4.nuxt.com/assets/templates/nuxt/saas-light.png',
22+
ogImage: 'https://ui.nuxt.com/assets/templates/nuxt/saas-light.png',
23+
twitterImage: 'https://ui.nuxt.com/assets/templates/nuxt/saas-light.png',
2424
twitterCard: 'summary_large_image'
2525
})
2626

content/0.index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ hero:
99
- label: Get started
1010
icon: i-lucide-arrow-right
1111
trailing: true
12-
to: https://ui4.nuxt.com/docs/getting-started/installation/nuxt
12+
to: https://ui.nuxt.com/docs/getting-started/installation/nuxt
1313
target: _blank
1414
size: xl
1515
- label: Use this template
@@ -140,7 +140,7 @@ cta:
140140
description: Join thousands of developers building with Nuxt and Nuxt UI. Get this template and start shipping today.
141141
links:
142142
- label: Start building
143-
to: 'https://ui4.nuxt.com/docs/getting-started/installation/nuxt'
143+
to: 'https://ui.nuxt.com/docs/getting-started/installation/nuxt'
144144
target: _blank
145145
trailingIcon: i-lucide-arrow-right
146146
- label: View on GitHub

0 commit comments

Comments
 (0)