Skip to content

Commit

Permalink
Disable og image module
Browse files Browse the repository at this point in the history
  • Loading branch information
seh-GAH-toh committed May 12, 2024
1 parent 2fe04a6 commit 1242ffc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ export default defineNuxtConfig({
process.env.NODE_ENV === "development" ? "unsafe-none" : "require-corp",
},
},
ogImage: {
enabled: false,
},
});

0 comments on commit 1242ffc

Please sign in to comment.