From 667313c2b85796218b41091f7034276ecb26f4af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilan=20=F0=9F=8C=B2?= Date: Mon, 26 Aug 2024 09:43:55 -0700 Subject: [PATCH] Try making og image absolute --- docs/vocs.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vocs.config.ts b/docs/vocs.config.ts index 4e52bebc..b087c2f8 100644 --- a/docs/vocs.config.ts +++ b/docs/vocs.config.ts @@ -5,7 +5,7 @@ export default defineConfig({ titleTemplate: "%s | ZORA Docs", iconUrl: "/Zorb.png", logoUrl: "/Zorb.png", - ogImageUrl:"/og.png", + ogImageUrl:"https://docs.zora.co/og.png", basePath: process.env.BASE_PATH, rootDir: ".", topNav: [