Skip to content

Commit

Permalink
fix: title
Browse files Browse the repository at this point in the history
  • Loading branch information
LuXDAmore committed Mar 1, 2021
1 parent 7790026 commit b99120f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const isTesting = process.env.NODE_ENV === 'test'
// Theme
, { primary, error } = colors
// Title and description
, title = PACKAGE.name
, title = `${ process.env.TITLE } - ${ PACKAGE.name }`
, description = PACKAGE.description
, hostname = PACKAGE.homepage
, keywords = PACKAGE.keywords.join(
Expand Down

0 comments on commit b99120f

Please sign in to comment.