Commit 8b2ff3aa authored by Pooya Parsa's avatar Pooya Parsa

dns-prefetch firebaseio

parent 4a86b213
...@@ -13,6 +13,9 @@ module.exports = { ...@@ -13,6 +13,9 @@ module.exports = {
}, },
{ property: 'twitter:card', content: 'summary_large_image' }, { property: 'twitter:card', content: 'summary_large_image' },
{ property: 'twitter:site', content: '@nuxt_js' }, { property: 'twitter:site', content: '@nuxt_js' },
],
link: [
{ rel: 'dns-prefetch', href: 'https://hacker-news.firebaseio.com' }
] ]
}, },
loading: { loading: {
......
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