File tree Expand file tree Collapse file tree 3 files changed +8
-116
lines changed Expand file tree Collapse file tree 3 files changed +8
-116
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export const onCreateNode: GatsbyNode["onCreateNode"] = async ({
40
40
createNodeId,
41
41
createContentDigest,
42
42
} ) => {
43
- const { createNode, createParentChildLink } = actions
43
+ const { createNode, createParentChildLink, createRedirect } = actions
44
44
45
45
// Derive content nodes from remark nodes
46
46
if (
@@ -148,6 +148,12 @@ export const createPages: GatsbyNode["createPages"] = async ({
148
148
} ) => {
149
149
const { createPage, createRedirect } = actions
150
150
151
+ createRedirect ( {
152
+ fromPath : `/conf/attendee/*` ,
153
+ toPath : `https://graphql-conf-attendee-nextjs-intermediate-app.vercel.app/*` ,
154
+ statusCode : 200 ,
155
+ } )
156
+
151
157
try {
152
158
const schedAccessToken = process . env . SCHED_ACCESS_TOKEN
153
159
Original file line number Diff line number Diff line change 1
1
{
2
- "repository" : " graphql/graphql.github.io" ,
2
+ "repository" : " graphql/graphql.github.io website " ,
3
3
"private" : true ,
4
4
"version" : " 0.0.0" ,
5
5
"scripts" : {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments