From 20dcb4af5abd24d887025072fdaa6052b75678ec Mon Sep 17 00:00:00 2001 From: marius-mather Date: Wed, 18 Sep 2024 16:09:44 +1000 Subject: [PATCH] Set metadataBase so meta image URL is correct --- app/layout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/layout.tsx b/app/layout.tsx index 388e6e6..6a06561 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -12,6 +12,7 @@ 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/"), description: "A tool to interpret ACE-III scores and how they relate to dementia", };