-
Notifications
You must be signed in to change notification settings - Fork 1.5k
conference page — missing OG images #2057
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
Conversation
@hasparus is attempting to deploy a commit to the The GraphQL Foundation Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
size, | ||
} from "../components/og-images/simple-opengraph-image" | ||
|
||
export default SimpleOpengraphImage.bind(null, { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're using bind
here instead of an arrow or a new function because @types/react
doesn't seem to know we can return Promise<JSX>
just yet.
This should be solved after migrating to React 19, but I'm fine with taking this small stylistic/readability hit just to a void dealing with React versions for now.
@@ -1,374 +0,0 @@ | |||
import type { SchedSpeaker } from "@/app/conf/2023/types" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file isn't removed, I've moved it to og-images
and refactored the smaller components out to new files, so Git didn't catch that.
Description
I've added the missing OG images for the pages that aren't based on data from Sched.