Skip to content

Commit

Permalink
App route title fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoRCD committed Oct 30, 2024
1 parent c0c7b4d commit af6fdd1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/shelve/app/pages/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ definePageMeta({
layout: 'app',
middleware: 'protected',
})
useHead({
title: 'App',
})
const { isOnline } = useNetwork()
</script>

Expand Down

0 comments on commit af6fdd1

Please sign in to comment.