We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b2f6e commit d593c8dCopy full SHA for d593c8d
src/app/collections/[handle]/page.tsx
@@ -5,7 +5,7 @@ type Props = {
5
params: { handle: string }
6
}
7
8
-const BASEURL = process.env.NEXT_PUBLIC_BASE_URL ?? "https://localhost:3000"
+const BASEURL = process.env.NEXT_PUBLIC_BASE_URL ?? "http://localhost:3000"
9
10
export async function generateMetadata({ params }: Props): Promise<Metadata> {
11
const { collection } = await fetch(
0 commit comments