Skip to content

Commit

Permalink
fix: og image path (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght authored Jul 26, 2024
1 parent 482ec45 commit 786b66b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const font = Noto_Sans({
});

export const metadata: Metadata = {
metadataBase: process.env.URL ? new URL(process.env.URL) : undefined,
title: 'MiBanco',
description: 'MiBanco',
};
Expand Down

0 comments on commit 786b66b

Please sign in to comment.