We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676a780 commit 5f1960eCopy full SHA for 5f1960e
nuxt.config.ts
@@ -131,6 +131,12 @@ export default defineNuxtConfig({
131
...(import.meta.env.NODE_ENV === 'test' ? ['@nuxt/test-utils/module'] : []),
132
],
133
134
+ ogImage: {
135
+ // Disable prerendering of OG images to avoid ultrahtml/satori-html crash in CI
136
+ // Images will be generated at runtime instead
137
+ runtimeCacheStorage: true,
138
+ },
139
+
140
content: {
141
highlight: {
142
theme: 'github-dark',
0 commit comments