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 0cc5828 commit 62cd79aCopy full SHA for 62cd79a
src/app/conf/2025/components/og-images/generic-opengraph-image.tsx
@@ -21,7 +21,9 @@ export function GenericOpengraphImage({
21
pageTitle,
22
...rest
23
}: GenericOpengraphImageProps) {
24
- const basePath = process.env.VERCEL_URL || process.env.__NEXT_PRIVATE_ORIGIN
+ const basePath =
25
+ `https://${process.env.VERCEL_URL}` || process.env.__NEXT_PRIVATE_ORIGIN
26
+
27
const height = 630
28
29
return (
0 commit comments