This commit is contained in:
Zef Hemel
2023-11-15 10:27:37 +01:00
parent 8a7c50599d
commit 35e2afc18b
3 changed files with 56 additions and 1 deletions
-1
View File
@@ -35,7 +35,6 @@ export function PageNavigator({
// And deprioritize federated pages too
if (isFederationPath(pageMeta.name)) {
orderId = Math.round(orderId / 10); // Just 10x lower the timestamp to push them down, should work
console.log("Deprioritizing", pageMeta);
}
options.push({
...pageMeta,