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' },
|
{ 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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user