Skip to content

Commit dcac6ea

Browse files
committed
fix
1 parent 75ab8fe commit dcac6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ module.exports = withSentryConfig({
103103
conferenceCode: CONFERENCE_CODE || "pycon-demo",
104104
cmsHostname: CMS_HOSTNAME,
105105
NEXT_PUBLIC_SITE_URL: NEXT_PUBLIC_SITE_URL
106-
? NEXT_PUBLIC_SITE_URL
106+
? `https://${NEXT_PUBLIC_SITE_URL}/`
107107
: NEXT_PUBLIC_VERCEL_URL
108108
? `https://${NEXT_PUBLIC_VERCEL_URL}/`
109109
: "http://localhost:3000/",

0 commit comments

Comments
 (0)