Usage with Remix? #524
Unanswered
nicholaschiang
asked this question in
Q&A
Replies: 1 comment 10 replies
-
It worked for me, after removing the Note that I didn't need to specify any of those (Unrelated) It looks like that |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone been able to successfully get this to work with Remix?
Ideally, I want to have the same developer experience as Next.js, where all I have to do is use
@vercel/og
and then deploy my Remix project to Vercel (via@vercel/remix
) with the@vercel/og
usage defined in aloader
function.I've been running into issues with the development server:
Here's my usage:
Here's my Remix configuration:
Related: remix-run/remix#4735 (not the same issue though... similar)
Beta Was this translation helpful? Give feedback.
All reactions