We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8c64e commit d061b1cCopy full SHA for d061b1c
packages/gatsby-core-utils/src/site-metadata.ts
@@ -32,6 +32,9 @@ export async function updateInternalSiteMetadata(
32
)
33
}
34
35
+// TODO(v5): Remove again - Necessary because of renaming in https://github.com/gatsbyjs/gatsby/pull/34094
36
+export { updateInternalSiteMetadata as updateSiteMetadata }
37
+
38
/**
39
* Does a string replace by searching for beginning of "siteMetadata"
40
* Then it adds the name + value as the next key of that object
0 commit comments