Skip to content

Commit d593c8d

Browse files
VariableVicfPolic
andauthored
Update src/app/collections/[handle]/page.tsx
Co-authored-by: Frane Polić <[email protected]>
1 parent 31b2f6e commit d593c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/collections/[handle]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type Props = {
55
params: { handle: string }
66
}
77

8-
const BASEURL = process.env.NEXT_PUBLIC_BASE_URL ?? "https://localhost:3000"
8+
const BASEURL = process.env.NEXT_PUBLIC_BASE_URL ?? "http://localhost:3000"
99

1010
export async function generateMetadata({ params }: Props): Promise<Metadata> {
1111
const { collection } = await fetch(

0 commit comments

Comments
 (0)