From f27d12a5ce1f2338a1a5a270c039728c86a8fe86 Mon Sep 17 00:00:00 2001 From: Josh Derocher-Vlk Date: Mon, 24 Nov 2025 22:42:56 -0500 Subject: [PATCH] fix: fix og image link --- app/root.res | 2 +- src/components/Meta.res | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app/root.res b/app/root.res index ecb0beea1..f6847203c 100644 --- a/app/root.res +++ b/app/root.res @@ -58,7 +58,7 @@ let default = () => { - + { - let ogImage = Env.root_url ++ ogImage - let title = switch title { | None | Some("") => siteName