fix: tolerate empty NEXT_PUBLIC_APP_URL during production build
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ export const metadata: Metadata = {
|
||||
},
|
||||
description:
|
||||
"PodcastYes is an all-in-one AI platform that writes your script, records realistic multi-voice audio, and designs cover art — turning a topic into a finished episode in minutes.",
|
||||
metadataBase: new URL(process.env.NEXT_PUBLIC_APP_URL ?? "http://localhost:3000"),
|
||||
metadataBase: new URL(process.env.NEXT_PUBLIC_APP_URL || "http://localhost:3000"),
|
||||
openGraph: {
|
||||
title: "PodcastYes",
|
||||
description: "Create scripted, narrated, illustrated podcasts with AI — no recording gear required.",
|
||||
|
||||
Reference in New Issue
Block a user