From 94b80f84e2d882b3bc4576a0ac04ddac8c83419a Mon Sep 17 00:00:00 2001 From: HoangNDM6 Date: Mon, 11 Mar 2024 15:01:19 +0700 Subject: [PATCH] fix thumb img --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 863e188..75f7c6f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,7 +14,7 @@ export const metadata: Metadata = { title: "Aura Network - The Layer 1 for emerging countries", description: "Aura Network is the Layer 1 for emerging countries, providing public infrastructure through modular tech stacks. Build and drive Blockchain mass adoption.", openGraph: { - images: '/img_thumb.png', + images: 'https://aura.network/img_thumb.png', }, };