Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ export default defineNuxtConfig({
ogImage: {
defaults: {
component: 'Default',
width: 1200,
height: 630,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
height: 630,
height: 627,

There is some research that says this is the most correct here: cloudinary-community/svelte-cloudinary#159 (comment)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@harlan-zw you're the author of the og image lib right? wdyt?

},
},

Expand Down
Loading