mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Preconnect to Carbon resources
This commit is contained in:
parent
d1a330aac9
commit
f82a688a90
1 changed files with 14 additions and 0 deletions
|
|
@ -112,6 +112,20 @@ export default {
|
||||||
rel: 'preconnect',
|
rel: 'preconnect',
|
||||||
href: 'https://www.googletagmanager.com'
|
href: 'https://www.googletagmanager.com'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// Carbon Preconnects
|
||||||
|
{
|
||||||
|
rel: 'preconnect',
|
||||||
|
href: 'https://cdn.carbonads.com'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
rel: 'preconnect',
|
||||||
|
href: 'https://srv.carbonads.net'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
rel: 'preconnect',
|
||||||
|
href: 'https://cdn4.buysellads.net'
|
||||||
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
script: [
|
script: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue