Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
Setting viewport meta tag for SEO.
  • Loading branch information
jdaveyancloudlinux authored Aug 1, 2021
1 parent 126da54 commit 46871f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ module.exports = {
base: "/",
head: [
["link", { rel: "icon", href: "/favicon.ico" }],
['meta', { name: 'viewport', content: 'width=device-width, initial-scale=1' }],
],
locales: {
// The key is the path for the locale to be nested under.
Expand Down

0 comments on commit 46871f9

Please sign in to comment.