Skip to content

Commit

Permalink
Merge pull request #175 from Jaewoook/fix/metadata-base-url
Browse files Browse the repository at this point in the history
fix(seo): apply base path for metadata
  • Loading branch information
Jaewoook authored Jan 23, 2024
2 parents f3bb8ef + 7dd766c commit 9db2cae
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

1 comment on commit 9db2cae

@vercel
Copy link

@vercel vercel bot commented on 9db2cae Jan 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.