Skip to content

Commit

Permalink
fix og image url
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeFulton committed Aug 19, 2024
1 parent 72af79c commit ae5a7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/typr/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ae5a7ac

Please sign in to comment.