-
{content}
diff --git a/apps/storefront/app/layout.tsx b/apps/storefront/app/layout.tsx
index 1a0b3f87e6..fb843812cd 100644
--- a/apps/storefront/app/layout.tsx
+++ b/apps/storefront/app/layout.tsx
@@ -9,6 +9,11 @@ import type { Metadata } from 'next';
import { Footer } from '../components/Footer/Footer';
export const metadata: Metadata = {
+ metadataBase: new URL(
+ process.env.VERCEL_GIT_COMMIT_REF !== 'main'
+ ? 'https://next.designsystemet.no'
+ : 'https://designsystemet.no',
+ ),
title: {
template: '%s - Designsystemet',
default: 'Designsystemet',