You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: config.deploymentId||false,// TODO replace that with "globalThis.NEXT_DEPLOYMENT_ID" when deployment id is received from HTML
172
+
'process.env.NEXT_DEPLOYMENT_ID': false,
175
173
}
176
-
: {}),
174
+
: isClient
175
+
? {
176
+
'process.env.NEXT_DEPLOYMENT_ID': config.deploymentId||false,// TODO replace that with "globalThis.NEXT_DEPLOYMENT_ID" when deployment id is received from HTML
177
+
}
178
+
: {}),
177
179
// Propagates the `__NEXT_EXPERIMENTAL_STATIC_SHELL_DEBUGGING` environment
0 commit comments