From b72cba077eb4f0e0c3e61fc87e47cca959a17690 Mon Sep 17 00:00:00 2001 From: kazzyfrog <70629747+kazzyfrog@users.noreply.github.com> Date: Fri, 29 Mar 2024 17:09:40 +0900 Subject: [PATCH] =?UTF-8?q?:bug:=20fix:=20metadataBase=E3=81=A7URL?= =?UTF-8?q?=E3=82=92=E8=A8=AD=E5=AE=9A=20#138?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 00b89a0..392d37b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,6 +16,7 @@ const notojp = Noto_Sans_JP({ }); export const metadata: Metadata = { + metadataBase: new URL(SITE_URL), title: { default: SITE_NAME, template: `%s - ${SITE_NAME}`,