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 f160afe commit 2f8f965Copy full SHA for 2f8f965
apps/site/next.config.mjs
@@ -109,7 +109,7 @@ async function getDeploymentId() {
109
if (OPEN_NEXT_CLOUDFLARE) {
110
// If we're building for the Cloudflare deployment we want to set
111
// an appropriate deploymentId (needed for skew protection)
112
- return await import('@opennextjs/cloudflare').getDeploymentId();
+ return (await import('@opennextjs/cloudflare')).getDeploymentId();
113
}
114
115
return undefined;
0 commit comments