Commit 99f6efc0 authored by Sébastien Chopin's avatar Sébastien Chopin

fix: Add correct API for preconnect and dns-prefetch links

parent ca3130a5
...@@ -8,8 +8,8 @@ export default { ...@@ -8,8 +8,8 @@ export default {
], ],
link: [ link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }, { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
{ rel: 'dns-prefetch', href: 'https://api.hnpwa.com' }, { rel: 'dns-prefetch', href: 'https://api.hackerwebapp.com' },
{ rel: 'preconnect', href: 'https://api.hnpwa.com' } { rel: 'preconnect', href: 'https://api.hackerwebapp.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