Skip to content

Commit b72cba0

Browse files
committed
🐛 fix: metadataBaseでURLを設定 #138
1 parent 0f6b5da commit b72cba0

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)