We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8192c commit dcb4121Copy full SHA for dcb4121
playground/pages/index.vue
@@ -5,7 +5,7 @@ const dialog = useDialog()
5
const toast = useToast()
6
7
// Page info
8
-useServerSeoMeta({
+useSeoMeta({
9
title: `${nuxtifyConfig.brand?.name} playground`,
10
description: `This is the ${nuxtifyConfig.brand?.name} playground.`,
11
})
playground/pages/test.vue
@@ -1,5 +1,11 @@
1
<script setup lang="ts">
2
+// App state
3
const nuxtifyConfig = useNuxtifyConfig()
4
+
+// Page info
+ title: 'Test',
+})
</script>
<template>
0 commit comments