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 Aug 31, 2020
1 parent 28c9813 commit 4f8a454
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pages/premium/tags.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,18 @@ export default {
})
},
},
head() {
return {
title: 'Custom Tag Collections',
meta: [
{
hid: 'customTagCollections',
name: 'description',
content: 'Modify the Custom Tag Collections',
},
],
}
},
}
</script>

0 comments on commit 4f8a454

Please sign in to comment.