Skip to content

Commit

Permalink
fix: fix title being repeated
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Feb 25, 2021
1 parent 69eaec3 commit 4688799
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ export default {
},

head: {
title: null,

titleTemplate: (titleChunk) => {
// If undefined or blank then we don't need the separator
return titleChunk ? `${titleChunk} | Rule 34 App` : 'Rule 34 App'
},

Expand Down

0 comments on commit 4688799

Please sign in to comment.