Skip to content

Commit 02df22a

Browse files
authored
Fix redirects (#3516)
1 parent ef85b1b commit 02df22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/gatsby-transformer-versions-yaml/gatsby-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ exports.onPostBuild = async ({store}) => {
2323
);
2424

2525
// versions.yml structure is [{path: string, url: string, ...}, ...]
26-
createRedirects(
26+
await createRedirects(
2727
versions
2828
.filter(version => version.path && version.url)
2929
.map(version => ({

0 commit comments

Comments
 (0)