We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d91851 commit b6ef53aCopy full SHA for b6ef53a
gatsby-node.ts
@@ -150,7 +150,7 @@ export const createPages: GatsbyNode["createPages"] = async ({
150
151
createRedirect({
152
fromPath: `/conf/attendee/*`,
153
- toPath: `https://graphql-conf-attendee-nextjs-intermediate-app.vercel.app/*`,
+ toPath: `https://graphql-conf-attendee-nextjs.vercel.app/*`,
154
statusCode: 200,
155
})
156
0 commit comments