Skip to content

Debug og image #1549

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

Merged
merged 16 commits into from
Aug 31, 2023
2 changes: 1 addition & 1 deletion gatsby-node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export const createPages: GatsbyNode["createPages"] = async ({

createRedirect({
fromPath: `/conf/attendee/*`,
toPath: `https://graphql-conf-attendee-nextjs-intermediate-app.vercel.app/*`,
toPath: `https://graphql-conf-attendee-nextjs.vercel.app/*`,
statusCode: 200,
})

Expand Down