docs: rebrand to Nuxt UI

This commit is contained in:
Benjamin Canac
2023-08-11 17:24:18 +02:00
parent 28ebfc2575
commit fa1103b4ec
9 changed files with 27 additions and 31 deletions

View File

@@ -67,7 +67,7 @@ const color = computed(() => colorMode.value === 'dark' ? '#18181b' : 'white')
// Head
useHead({
titleTemplate: title => title && title.includes('NuxtLabs UI') ? title : `${title} - NuxtLabs UI`,
titleTemplate: title => title && title.includes('Nuxt UI') ? title : `${title} - Nuxt UI`,
meta: [
{ name: 'viewport', content: 'width=device-width, initial-scale=1, maximum-scale=1' },
{ key: 'theme-color', name: 'theme-color', content: color }