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',