Skip to content

Commit

Permalink
add meta title tag
Browse files Browse the repository at this point in the history
  • Loading branch information
patricebender committed Jun 12, 2024
1 parent 656e70b commit 66a7b19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export default {
},
mounted() {
this.setUpColorSchemeListener();
document.title = 'Patrice Bender - Personal Website';
},
beforeUnmount() {
// Remove the listener when the component is destroyed
Expand Down

0 comments on commit 66a7b19

Please sign in to comment.