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 75ab8fe commit dcac6eaCopy full SHA for dcac6ea
frontend/next.config.js
@@ -103,7 +103,7 @@ module.exports = withSentryConfig({
103
conferenceCode: CONFERENCE_CODE || "pycon-demo",
104
cmsHostname: CMS_HOSTNAME,
105
NEXT_PUBLIC_SITE_URL: NEXT_PUBLIC_SITE_URL
106
- ? NEXT_PUBLIC_SITE_URL
+ ? `https://${NEXT_PUBLIC_SITE_URL}/`
107
: NEXT_PUBLIC_VERCEL_URL
108
? `https://${NEXT_PUBLIC_VERCEL_URL}/`
109
: "http://localhost:3000/",
0 commit comments