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 277143b commit 7e6aca3Copy full SHA for 7e6aca3
apps/site/next.config.mjs
@@ -134,7 +134,7 @@ async function getDeploymentId() {
134
if (OPEN_NEXT_CLOUDFLARE) {
135
// If we're building for the Cloudflare deployment we want to set
136
// an appropriate deploymentId (needed for skew protection)
137
- return await import('@opennextjs/cloudflare').getDeploymentId();
+ return (await import('@opennextjs/cloudflare')).getDeploymentId();
138
}
139
140
return undefined;
0 commit comments