We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8dad3b commit 0432d25Copy full SHA for 0432d25
1 file changed
app/layout.tsx
@@ -14,6 +14,7 @@ const SITE_DESCRIPTION = 'A workshop series focused on visualization and visual
14
const SITE_URL = 'https://austrovis.github.io';
15
16
export const metadata: Metadata = {
17
+ metadataBase: new URL(SITE_URL),
18
title: {
19
default: SITE_TITLE,
20
template: `%s | ${SITE_TITLE}`,
0 commit comments