Skip to content

Commit

Permalink
Merge pull request #14 from GovTechSG/release/og-fix
Browse files Browse the repository at this point in the history
release: opengraph url fix
  • Loading branch information
superical authored Nov 15, 2023
2 parents 811b076 + 3474f30 commit be4f735
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const metadata: Metadata = {
shortcut: ["/apple-touch-icon.png"],
},
manifest: "/site.webmanifest",
metadataBase: new URL(process.env.NEXT_PUBLIC_BASE_URL!),
};

export default function RootLayout({
Expand Down

0 comments on commit be4f735

Please sign in to comment.