Skip to content

Commit 295722d

Browse files
committed
chore: bump deps, fix test build prerender
Bump nuxt-og-image to 6.2.6 and takumi to 1.0.0-beta.20. Disable prerender failOnError in test builds to match main branch behavior (OAuth plugin crashes without valid clientUri in CI).
1 parent 0908bb7 commit 295722d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nuxt.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@ export default defineNuxtConfig({
206206
compatibilityDate: '2026-01-31',
207207

208208
nitro: {
209+
prerender: {
210+
// OAuth plugin crashes in CI/test (no valid clientUri), matching main branch behavior
211+
failOnError: !isTest,
212+
},
209213
externals: {
210214
inline: [
211215
'shiki',

0 commit comments

Comments
 (0)