Skip to content

Commit b771248

Browse files
leecalcoteCopilot
andauthored
Update gatsby-node.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Lee Calcote <leecalcote@gmail.com>
1 parent 4ef0e4d commit b771248

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
@@ -451,7 +451,7 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
451451
envCreatePage({
452452
...page,
453453
component: LitePlaceholderTemplate,
454-
}),
454+
})
455455
);
456456

457457
const graphqlPlaceholderPages = [

0 commit comments

Comments
 (0)