Skip to content

Commit ea941ba

Browse files
committed
fix(www): disable ogImage to fix Cloudflare build failure
1 parent 4a18345 commit ea941ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/www/nuxt.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,8 @@ export default defineNuxtConfig({
6666
nitro: {
6767
preset: 'cloudflare-module',
6868
},
69+
70+
ogImage: {
71+
enabled: false,
72+
},
6973
})

0 commit comments

Comments
 (0)