mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add www.googletagmanager.com preconnect
This commit is contained in:
parent
61aefac86d
commit
1440167443
1 changed files with 15 additions and 1 deletions
|
|
@ -48,6 +48,7 @@ export default {
|
||||||
},
|
},
|
||||||
title: 'Does It ARM',
|
title: 'Does It ARM',
|
||||||
description: pkg.description,
|
description: pkg.description,
|
||||||
|
|
||||||
meta: [
|
meta: [
|
||||||
{ charset: 'utf-8' },
|
{ charset: 'utf-8' },
|
||||||
{
|
{
|
||||||
|
|
@ -98,7 +99,20 @@ export default {
|
||||||
'content': `${process.env.URL}/images/mark.png`
|
'content': `${process.env.URL}/images/mark.png`
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }]
|
link: [
|
||||||
|
// Favicon
|
||||||
|
{
|
||||||
|
rel: 'icon',
|
||||||
|
type: 'image/x-icon',
|
||||||
|
href: '/favicon.ico'
|
||||||
|
},
|
||||||
|
|
||||||
|
// Gtag Preconnect
|
||||||
|
{
|
||||||
|
rel: 'preconnect',
|
||||||
|
href: 'https://www.googletagmanager.com'
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue