Skip to content

Commit

Permalink
update all links
Browse files Browse the repository at this point in the history
  • Loading branch information
aar9nk committed Nov 24, 2024
1 parent a723730 commit 216015b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ If you have explicitly defined a type for those fields, you can safely ignore th
Otherwise, Gatsby will omit those fields from the GraphQL schema.
If you know all field types in advance, the best strategy is to explicitly define them with the \`createTypes\` action, and skip inference with the \`@dontInfer\` directive.
See https://www.gatsbyjs.com/docs/actions/#createTypes",
See https://www.gatsbyjs.com/docs/reference/config-files/actions/#createTypes",
],
],
"results": Array [
Expand Down
2 changes: 1 addition & 1 deletion starters/gatsby-starter-wordpress-blog/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ async function createBlogPostArchive({ posts, gatsbyUtilities }) {
}

// createPage is an action passed to createPages
// See https://www.gatsbyjs.com/docs/actions#createPage for more info
// See https://www.gatsbyjs.com/reference/config-files/actions/#createPage for more info
await gatsbyUtilities.actions.createPage({
path: getPagePath(pageNumber),

Expand Down

0 comments on commit 216015b

Please sign in to comment.