From ae5a7acba81081738a09ef046e549ba30b2df345 Mon Sep 17 00:00:00 2001 From: Graeme Fulton Date: Mon, 19 Aug 2024 17:28:41 +0100 Subject: [PATCH] fix og image url --- app/typr/page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/typr/page.js b/app/typr/page.js index 7fc47a0e..67883f81 100644 --- a/app/typr/page.js +++ b/app/typr/page.js @@ -10,7 +10,7 @@ export const metadata = { description: 'A customizable WYSIWYG editor with publishing flows and user state management for React.js. Built with Tiptap and ProseMirror.', images: [ { - url: `${process.env.NEXT_PUBLIC_APP_URL}/static/images/typr-og.jpg`, + url: `${process.env.NEXTAUTH_URL}/static/images/typr-og.jpg`, width: 1200, height: 630, alt: 'Tiptypr Editor Preview',