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 1fd6c83 commit 68d5c0aCopy full SHA for 68d5c0a
prember-urls.js
@@ -42,7 +42,7 @@ module.exports = function () {
42
urls.push(`/${p}/${uniqVersion}/${suffix}`);
43
};
44
45
- const oldVersions = ['5.4', '5.8', '5.12'];
+ const oldVersions = ['1.13', '2.18', '3.28', '4.12', '5.4', '5.8', '5.12'];
46
47
uniqueProjectVersions.forEach((uniqVersion) => {
48
if (
0 commit comments