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 e8cc5b4 commit 7be44a1Copy full SHA for 7be44a1
app.vue
@@ -9,4 +9,8 @@ const siteConfig = useSiteConfig()
9
const colorMode = useColorMode()
10
11
colorMode.preference = siteConfig.theme || 'system'
12
+
13
+useHead({
14
+ title: siteConfig.title,
15
+})
16
</script>
pages/index.vue
@@ -20,8 +20,4 @@
20
21
<script setup lang="ts">
22
const siteConfig = useSiteConfig()
23
-
24
-useHead({
25
- title: siteConfig.title,
26
-})
27
0 commit comments