Commit 8427ed44 authored by Sebastien Chopin's avatar Sebastien Chopin

Add favicon

parent e2b2b42c
...@@ -16,6 +16,7 @@ module.exports = { ...@@ -16,6 +16,7 @@ module.exports = {
{ property: 'twitter:site', content: '@nuxt_js' }, { property: 'twitter:site', content: '@nuxt_js' },
], ],
link: [ link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
{ rel: 'dns-prefetch', href: 'https://hacker-news.firebaseio.com' } { rel: 'dns-prefetch', href: 'https://hacker-news.firebaseio.com' }
] ]
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment