Skip to content

Commit

Permalink
Fix redirects (#3516)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Feb 10, 2021
1 parent ef85b1b commit 02df22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gatsby-transformer-versions-yaml/gatsby-node.js
Expand Up @@ -23,7 +23,7 @@ exports.onPostBuild = async ({store}) => {
);

// versions.yml structure is [{path: string, url: string, ...}, ...]
createRedirects(
await createRedirects(
versions
.filter(version => version.path && version.url)
.map(version => ({
Expand Down

0 comments on commit 02df22a

Please sign in to comment.