Skip to content

Commit

Permalink
fix(meta): add noscript
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow81627 committed Nov 30, 2019
1 parent 3727e5a commit 44808e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ module.exports = {
name: 'description',
content: process.env.npm_package_description || '',
},
{ innerHTML: 'This website requires JavaScript.' },
],
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }],
},
Expand Down

0 comments on commit 44808e9

Please sign in to comment.