We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048a701 commit 4b4fe1bCopy full SHA for 4b4fe1b
packages/web/src/app/layout.tsx
@@ -11,7 +11,7 @@ import { PlanProvider } from "@/features/entitlements/planProvider";
11
import { getEntitlements } from "@sourcebot/shared";
12
13
export const metadata: Metadata = {
14
- metadataBase: new URL(env.AUTH_URL),
+ metadataBase: env.AUTH_URL ? new URL(env.AUTH_URL) : undefined,
15
// Using the title.template will allow child pages to set the title
16
// while keeping a consistent suffix.
17
title: {
0 commit comments