Skip to content

Commit

Permalink
fix(seo): apply base path for metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaewoook committed Jan 23, 2024
1 parent f3bb8ef commit 7dd766c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const RootLayout = ({ children }: PropsWithChildren) => {
};

export const metadata: Metadata = {
metadataBase: new URL("https://portfolio.jaewook.me"),
title: "Jaewook Ahn - Portfolio",
description: "Jaewook Ahn's Portfolio Website",
applicationName: "Jaewook Ahn | Portfolio",
Expand Down

0 comments on commit 7dd766c

Please sign in to comment.