-
-
Notifications
You must be signed in to change notification settings - Fork 48
fix: missing aws-amplify RuntimeCompatibilityΒ #533
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
π The bug
Using aws-amplify as nitro preset.
we are getting:
@nuxtjs/og-image 9:06:23 AM] WARN Unknown Nitro preset "aws-amplify" β falling back to node-server compatibility. Set ogImage.compatibility.runtime to override.
Solution:
Add aws-amplify, it is missing from the RuntimeCompatibility map.
somehting like?
"aws-amplify": NodeRuntime
I don't know if i'm missing something else.
π οΈ To reproduce
https://nuxtseo.com/og-image/getting-started/stackblitz
π Expected behavior
a solution for using aws-amplify
βΉοΈ Additional context
ogImage: { defaults: { width: 1200, height: 630, }, compatibility: { runtime: { takumi: 'node', sharp: 'node', }, }, },
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working