From f60409d7a772d1ce7cf3d6116d60b41f465c8547 Mon Sep 17 00:00:00 2001 From: "Jandir A. Cutabiala" Date: Sun, 15 Sep 2024 14:43:01 -0300 Subject: [PATCH] fix: add full image path for og image --- src/pages/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 1b8837b..88f1a4f 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -64,7 +64,7 @@ export const Head: HeadFC = () => { - + @@ -73,7 +73,7 @@ export const Head: HeadFC = () => { - + ); };