Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
},
"devDependencies": {
"@nuxt/devtools-kit": "catalog:",
"@resvg/resvg-js": "catalog:",

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

according to the ogImage docs, this is needed for node env, for vercel edge time we need another dep https://nuxtseo.com/docs/og-image/renderers/satori#installation

are the docs running on edge?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Docs are running on Vercel.
I wonder how we have it working now without this dependency?!

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

are you sure it's working? for me when I try to access the ogImage I see 500 errors: https://comark.dev/_og/s/o_dzoei9.png
Screenshot 2026-07-14 at 8 11 21β€―AM

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

😱 So based on Docs we need to add @resvg/resvg-wasm for Vercel, right?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

yes (if we're running on vercel edge only tho) vercel node should be fine with @resvg/resvg-js

"@types/json-schema": "catalog:",
"@types/splitpanes": "catalog:",
"satori": "catalog:",
Expand Down
Loading
Loading