Dan Abramov
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
plugins/gatsby-transformer-versions-yaml/gatsby-node.js
|
@ -23,7 +23,7 @@ exports.onPostBuild = async ({store}) => { |
|
|
); |
|
|
); |
|
|
|
|
|
|
|
|
// versions.yml structure is [{path: string, url: string, ...}, ...]
|
|
|
// versions.yml structure is [{path: string, url: string, ...}, ...]
|
|
|
createRedirects( |
|
|
await createRedirects( |
|
|
versions |
|
|
versions |
|
|
.filter(version => version.path && version.url) |
|
|
.filter(version => version.path && version.url) |
|
|
.map(version => ({ |
|
|
.map(version => ({ |
|
|