Skip to content

Commit f686a1e

Browse files
authored
🐛 fix: metadataBaseでURLを設定 #138
2 parents d516fde + b72cba0 commit f686a1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const notojp = Noto_Sans_JP({
1616
});
1717

1818
export const metadata: Metadata = {
19+
metadataBase: new URL(SITE_URL),
1920
title: {
2021
default: SITE_NAME,
2122
template: `%s - ${SITE_NAME}`,

0 commit comments

Comments
 (0)