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 67047d3 commit fbe195eCopy full SHA for fbe195e
apps/site/open-next.config.ts
@@ -6,11 +6,9 @@ const cloudflareConfig = defineCloudflareConfig({ incrementalCache });
6
7
const openNextConfig: OpenNextConfig = {
8
...cloudflareConfig,
9
- buildCommand: 'pnpm build:default',
+ buildCommand: 'pnpm build:default --webpack',
10
cloudflare: {
11
- skewProtection: {
12
- enabled: true,
13
- },
+ skewProtection: { enabled: true },
14
},
15
};
16
0 commit comments