diff --git a/playground/app.vue b/playground/app.vue index df359db..5d4294a 100644 --- a/playground/app.vue +++ b/playground/app.vue @@ -2,7 +2,7 @@ import { useServerHead } from '#imports' useServerHead({ - title: 'nuxt-api-party', + title: 'Nuxt API Party', link: [ { rel: 'stylesheet', href: 'https://cdn.jsdelivr.net/npm/@exampledev/new.css@1.1.2/new.min.css' }, ], @@ -12,7 +12,7 @@ useServerHead({