1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

fix: remove fallback

This commit is contained in:
FredrikOseberg 2025-08-14 13:55:26 +02:00
parent 5ab1aec408
commit b4ae331f08
No known key found for this signature in database
GPG Key ID: 282FD8A6D8F9BCF0

View File

@ -95,7 +95,11 @@ export default async function createConfigAsync(): Promise<Config> {
{ name: 'og:image:height', content: '630' }, { name: 'og:image:height', content: '630' },
// Resource hints for LCP optimization // Resource hints for LCP optimization
{ name: 'preconnect', href: 'https://fonts.googleapis.com' }, { name: 'preconnect', href: 'https://fonts.googleapis.com' },
{ name: 'preconnect', href: 'https://fonts.gstatic.com', crossOrigin: 'anonymous' }, {
name: 'preconnect',
href: 'https://fonts.gstatic.com',
crossOrigin: 'anonymous',
},
], ],
headTags: [ headTags: [
{ {
@ -122,11 +126,6 @@ export default async function createConfigAsync(): Promise<Config> {
type: 'image/svg+xml', type: 'image/svg+xml',
}, },
}, },
// GTM noscript fallback
{
tagName: 'noscript',
innerHTML: '<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KV5PRR2" height="0" width="0" style="display:none;visibility:hidden"></iframe>',
},
], ],
navbar: { navbar: {
logo: { logo: {