Skip to content

Commit 0785563

Browse files
committed
Add back some LTS versions of 6.x into prerender
1 parent c987819 commit 0785563

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

prember-urls.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,16 @@ module.exports = function () {
5656
addUrlToVersion(`${p}/${uniqVersion}`, `/${p}/${uniqVersion}/${suffix}`);
5757
};
5858

59-
const oldVersions = ['1.13', '2.18', '3.28', '4.12', '5.12'];
59+
const oldVersions = [
60+
'1.13',
61+
'2.18',
62+
'3.28',
63+
'4.12',
64+
'5.12',
65+
'6.0',
66+
'6.4',
67+
'6.8',
68+
];
6069

6170
uniqueProjectVersions.forEach((uniqVersion) => {
6271
let isPreRelease = uniqVersion.includes('-');

0 commit comments

Comments
 (0)