Skip to content

Commit

Permalink
Remove basePath from metadataBase
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-mather committed Sep 18, 2024
1 parent 20dcb4a commit 7d69254
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};
Expand Down

0 comments on commit 7d69254

Please sign in to comment.