mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 23:05:23 +00:00
Added 16.3 changelog to version links
This commit is contained in:
@@ -20,7 +20,7 @@ exports.onPostBuild = async ({store}) => {
|
||||
|
||||
// versions.yml structure is [{path: string, url: string, ...}, ...]
|
||||
createRedirects(
|
||||
versions.map(version => ({
|
||||
versions.filter(version => version.path && version.url).map(version => ({
|
||||
fromPath: version.path,
|
||||
toPath: version.url,
|
||||
})),
|
||||
|
||||
Reference in New Issue
Block a user