Skip to content

Commit

Permalink
fix(index): use name as page title
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Feb 27, 2023
1 parent 9b557f7 commit 76c47f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ const init = async () => {
// initialization
await init()
useSeoMeta({ title: 'Portfolio' })
useSeoMeta({ title: 'Jonas Thelemann' })
</script>

<i18n lang="yaml">
Expand Down

0 comments on commit 76c47f4

Please sign in to comment.