Skip to content

Commit 2517085

Browse files
feat: add page title
1 parent fabfc42 commit 2517085

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/pages/settings.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ const colorMode = useColorMode()
66
const availableLocales = computed(() =>
77
locales.value.map(l => (typeof l === 'string' ? { code: l, name: l } : l)),
88
)
9+
10+
useSeoMeta({
11+
title: 'Settings - npmx',
12+
})
913
</script>
1014

1115
<template>

0 commit comments

Comments
 (0)