Skip to content

Commit

Permalink
Merge branch 'main' into fix_getTitle
Browse files Browse the repository at this point in the history
  • Loading branch information
solimant authored Feb 21, 2024
2 parents aaef570 + 99cd1d3 commit 73eb567
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,6 @@ const getTitle = (pages, slug, node) => {
.match(/^.+$/m)?.[0] // match first non-empty line
.trim()
}

return title
}

Expand Down

0 comments on commit 73eb567

Please sign in to comment.