Skip to content

Commit fbe195e

Browse files
committed
fix: open-next build should be webpack
1 parent 67047d3 commit fbe195e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

apps/site/open-next.config.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ const cloudflareConfig = defineCloudflareConfig({ incrementalCache });
66

77
const openNextConfig: OpenNextConfig = {
88
...cloudflareConfig,
9-
buildCommand: 'pnpm build:default',
9+
buildCommand: 'pnpm build:default --webpack',
1010
cloudflare: {
11-
skewProtection: {
12-
enabled: true,
13-
},
11+
skewProtection: { enabled: true },
1412
},
1513
};
1614

0 commit comments

Comments
 (0)