Skip to content

Commit

Permalink
feat: add meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Sep 3, 2020
1 parent 44d98bb commit e47d64a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pages/premium/booru.vue
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,18 @@ export default {
this.activeBooruManager({ operation: 'reset' })
},
},
head() {
return {
title: 'Custom Boorus',
meta: [
{
hid: 'customBoorus',
name: 'description',
content: 'Modify the Custom Boorus',
},
],
}
},
}
</script>

0 comments on commit e47d64a

Please sign in to comment.