Skip to content

Commit 2683ff8

Browse files
authored
task: improve (#4384)
1 parent 6422108 commit 2683ff8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export function shouldLoadComponents() {
2-
return ['production', 'next'].includes(process.env.VERCEL_ENV ?? '');
2+
return ['production', 'next'].includes(process.env.VERCEL_TARGET_ENV ?? '');
33
}

0 commit comments

Comments
 (0)