Skip to content

Commit fc93e77

Browse files
eslint fix
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent 4d29806 commit fc93e77

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
@@ -93,7 +93,7 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
9393
const envCreatePage = (props) => {
9494
const pageConfig = { ...props };
9595
pageConfig.slices = { ...DEFAULT_SLICES, ...(pageConfig.slices || {}) };
96-
96+
9797
if (process.env.CI === "true") {
9898
const { path, matchPath, ...rest } = pageConfig;
9999
const isHandbookPage = path.startsWith("/community/handbook/");

0 commit comments

Comments
 (0)