Skip to content

Commit

Permalink
fix(web): metadata base url (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
superical authored Nov 15, 2023
1 parent 4687840 commit 3474f30
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 3474f30

Please sign in to comment.