Skip to content

Commit 5f17b6d

Browse files
committed
fix(docs): disable og-image in docs app
docus 5.8.1 ships OG image components incompatible with nuxt-og-image v6 (missing renderer suffix). Disable og-image in docs rather than bumping docus, which introduced other CI regressions.
1 parent a65b654 commit 5f17b6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/nuxt.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ export default defineNuxtConfig({
77
site: {
88
name: 'npmx docs',
99
},
10+
ogImage: {
11+
enabled: false,
12+
},
1013
})

0 commit comments

Comments
 (0)