Skip to content

Commit 0432d25

Browse files
committed
add metadata root
1 parent e8dad3b commit 0432d25

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const SITE_DESCRIPTION = 'A workshop series focused on visualization and visual
1414
const SITE_URL = 'https://austrovis.github.io';
1515

1616
export const metadata: Metadata = {
17+
metadataBase: new URL(SITE_URL),
1718
title: {
1819
default: SITE_TITLE,
1920
template: `%s | ${SITE_TITLE}`,

0 commit comments

Comments
 (0)