-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Og-image is empty when running SSG with Qwik #2
Comments
|
If you want a static site with a dynamic OG image, you could use |
Ran into this as well, might be good to mention this in the README. |
Yes, I will add an info. |
@fabian-hiller I managed to exclude the route that generates the og-image from SSG (so it uses SSR), but I'm now getting this error:
I guess this is a security measure? FYI I've built for Vercel Edge using the proper Qwik City adapter. Also, this seems equivalent: someone ran into the same issue but on Cloudflare Pages. |
This is an issue with Vercel. It may be configurable. |
Probably i'm missing something, but for some reason, when I run a build of a Qwik website, that generates an empty og-image file, even locally.
I'm currently deploying the website over Github Pages, and everytime I make a request towards
website-url/og-image
an empty file is downloaded.I don't know what should be the correct behavior, probably this won't work with SSG?
Thanks a lot
The text was updated successfully, but these errors were encountered: