Skip to content

Commit d3f1a66

Browse files
committed
refactor(config): remove Open Graph image configuration from nuxt.config.ts
1 parent 53c2c10 commit d3f1a66

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/nuxt.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ export default defineNuxtConfig({
3636
},
3737
},
3838
},
39-
seo: {
40-
ogImage:
41-
(process.env.NODE_ENV === 'production' ? '/flowforge/' : '/') +
42-
'preview.png',
43-
},
4439
nitro: {
4540
preset: 'github_pages',
4641
},

0 commit comments

Comments
 (0)