diff --git a/app.vue b/app.vue index c9edc8f7..b2ab9e71 100644 --- a/app.vue +++ b/app.vue @@ -22,7 +22,7 @@ useHead({ useSeoMeta({ titleTemplate: `%s - ${seo?.siteName}`, ogSiteName: seo?.siteName, - ogUrl: 'https://docs.zksync.io/', + ogUrl: 'https://docs.zksync.io', ogImageAlt: 'Hyperscaling Ethereum with ZK tech.', ogDescription: 'zkSync Docs bring you all information you need about our protocol, APIs, SDKs, ZK Stack, and ZK chains. Start with our guides and tutorials, or go deep into our architecture and protocol specification.', @@ -36,12 +36,6 @@ useSeoMeta({ twitterCreator: '@zkSyncDevs', twitterImageAlt: 'Hyperscaling Ethereum with ZK tech.', }); - -defineOgImage({ - component: 'OgImageZK', - title: seo?.siteName, - description: 'Access detailed guides, references and resources that will help you build with zkSync Era.', -});