From 6665476945fbc5b25b703d761360dc2cc4ca0476 Mon Sep 17 00:00:00 2001 From: myl7 Date: Wed, 23 Aug 2023 12:10:33 +0800 Subject: [PATCH] Add or update OpenGraph for HTML heads --- app/brotli/head.tsx | 5 +++++ app/head.tsx | 1 - app/nmconn/head.tsx | 5 +++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/app/brotli/head.tsx b/app/brotli/head.tsx index a2481c1..0f831ac 100644 --- a/app/brotli/head.tsx +++ b/app/brotli/head.tsx @@ -16,6 +16,11 @@ export default function Head() { + + + + + ) } diff --git a/app/head.tsx b/app/head.tsx index 24fa77d..f3a6448 100644 --- a/app/head.tsx +++ b/app/head.tsx @@ -18,7 +18,6 @@ export default function Head() { {/* TODO: Better default og image */} - diff --git a/app/nmconn/head.tsx b/app/nmconn/head.tsx index 4751d9f..0041d15 100644 --- a/app/nmconn/head.tsx +++ b/app/nmconn/head.tsx @@ -17,6 +17,11 @@ export default function Head() { + + + + + ) }