Skip to content

Commit bba33a8

Browse files
fix
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent b3d859f commit bba33a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gatsby-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
6060

6161
const envCreatePage = (props) => {
6262
if (process.env.CI === "true") {
63-
const { path, matchPath, ...rest } = pageConfig;
63+
const { path, matchPath, ...rest } = props;
6464
const isHandbookPage = path.startsWith("/community/handbook/");
6565
createRedirect({
6666
fromPath: `/${path}/`,

0 commit comments

Comments
 (0)