Skip to content

Commit

Permalink
docs(keywords): adding keywords to nuxt.config.js meta array
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSlome committed Dec 28, 2020
1 parent 729921e commit eab2f23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ export default {
hid: "og:image:alt",
property: "og:image:alt",
content: "polyfig | A simple JavaScript utility library"
},
{
hid: "keywords",
name: "keywords",
content: "vuejs, nuxt, javascript, polyfig, utility, library"
}
],
link: [
Expand Down

0 comments on commit eab2f23

Please sign in to comment.