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 6422108 commit 2683ff8Copy full SHA for 2683ff8
1 file changed
sites/skeleton.dev/src/modules/loaders/should-load-components.ts
@@ -1,3 +1,3 @@
1
export function shouldLoadComponents() {
2
- return ['production', 'next'].includes(process.env.VERCEL_ENV ?? '');
+ return ['production', 'next'].includes(process.env.VERCEL_TARGET_ENV ?? '');
3
}
0 commit comments