Skip to content

Commit

Permalink
fix(gatsby-core-utils): Re-Export updateSiteMetadata (#34462)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Jan 12, 2022
1 parent da8c64e commit d061b1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/gatsby-core-utils/src/site-metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ export async function updateInternalSiteMetadata(
)
}

// TODO(v5): Remove again - Necessary because of renaming in https://github.com/gatsbyjs/gatsby/pull/34094
export { updateInternalSiteMetadata as updateSiteMetadata }

/**
* Does a string replace by searching for beginning of "siteMetadata"
* Then it adds the name + value as the next key of that object
Expand Down

0 comments on commit d061b1c

Please sign in to comment.