Skip to content

Commit

Permalink
fix: keywords for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
LuXDAmore committed Oct 7, 2020
1 parent e557310 commit 105d596
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions example/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,14 @@ export default {
name: 'description',
content: PACKAGE.description,
},
{
once: true,
hid: 'keywords',
name: 'keywords',
content: PACKAGE.keywords.join(
','
),
},
],
},
/*
Expand Down

0 comments on commit 105d596

Please sign in to comment.