From 7d69254096f8ea0e37ddc30ab9e30993ce1e7642 Mon Sep 17 00:00:00 2001 From: marius-mather Date: Wed, 18 Sep 2024 16:13:31 +1000 Subject: [PATCH] Remove basePath from metadataBase --- app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 6a06561..65ffe24 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -12,7 +12,8 @@ export const metadata: Metadata = { template: "%s | FRONTIER Research", default: "ACE-III online dementia screening tool", }, - metadataBase: new URL("https://sydney-informatics-hub.github.io/ace3tool/"), + // NOTE: set this *without* the basePath + metadataBase: new URL("https://sydney-informatics-hub.github.io/"), description: "A tool to interpret ACE-III scores and how they relate to dementia", };