Skip to content

Commit b7c576e

Browse files
authored
Include code of conduct directory in create page process (graphql#967)
1 parent 2e4c1eb commit b7c576e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-node.js

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

173173
if (
174174
sourceInstanceName !== "content" ||
175-
relativeDirectory.includes("code")
175+
relativeDirectory.includes("code/")
176176
) {
177177
return
178178
}

0 commit comments

Comments
 (0)