Skip to content

Commit 81a53f4

Browse files
authored
Fix development cloudfront URL (#2965)
1 parent 108e894 commit 81a53f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/env.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const env = defineConfiguration({
2626
NEXT_PUBLIC_HOME_URL: config(process.env.NEXT_PUBLIC_HOME_URL, "/"),
2727
AWS_CLOUDFRONT_URL: config(process.env.AWS_CLOUDFRONT_URL, {
2828
prd: "https://cdn.online.ntnu.no",
29-
dev: "https://cdn.staging.online.ntnu.no",
29+
dev: "https://cdn.dev.online.ntnu.no",
3030
}),
3131
NEXT_PUBLIC_TURNSTILE_SITE_KEY: config(process.env.NEXT_PUBLIC_TURNSTILE_SITE_KEY),
3232
})

0 commit comments

Comments
 (0)