Skip to content

Commit d061b1c

Browse files
authored
fix(gatsby-core-utils): Re-Export updateSiteMetadata (#34462)
1 parent da8c64e commit d061b1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/gatsby-core-utils/src/site-metadata.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ export async function updateInternalSiteMetadata(
3232
)
3333
}
3434

35+
// TODO(v5): Remove again - Necessary because of renaming in https://github.com/gatsbyjs/gatsby/pull/34094
36+
export { updateInternalSiteMetadata as updateSiteMetadata }
37+
3538
/**
3639
* Does a string replace by searching for beginning of "siteMetadata"
3740
* Then it adds the name + value as the next key of that object

0 commit comments

Comments
 (0)