mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 10:20:42 +01:00
chore: use ui2.nuxt.com url
This commit is contained in:
@@ -435,8 +435,8 @@ useSeoMeta({
|
||||
ogTitle: page.value.title,
|
||||
description: page.value.description,
|
||||
ogDescription: page.value.description,
|
||||
ogImage: 'https://ui.nuxt.com/social-card.png',
|
||||
twitterImage: 'https://ui.nuxt.com/social-card.png'
|
||||
ogImage: 'https://ui2.nuxt.com/social-card.png',
|
||||
twitterImage: 'https://ui2.nuxt.com/social-card.png'
|
||||
})
|
||||
|
||||
const source = ref('npx nuxi@latest module add ui')
|
||||
|
||||
Reference in New Issue
Block a user