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:
parent
5ab1aec408
commit
b4ae331f08
@ -95,7 +95,11 @@ export default async function createConfigAsync(): Promise<Config> {
|
||||
{ name: 'og:image:height', content: '630' },
|
||||
// Resource hints for LCP optimization
|
||||
{ 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: [
|
||||
{
|
||||
@ -122,11 +126,6 @@ export default async function createConfigAsync(): Promise<Config> {
|
||||
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: {
|
||||
logo: {
|
||||
|
Loading…
Reference in New Issue
Block a user