diff --git a/.lighthouserc.json b/.lighthouserc.json index eb1c22031ae30..be61cf8385d95 100644 --- a/.lighthouserc.json +++ b/.lighthouserc.json @@ -3,7 +3,8 @@ "collect": { "numberOfRuns": 1, "settings": { - "preset": "desktop" + "preset": "desktop", + "skipAudits": ["is-crawlable"] } }, "assert": { diff --git a/apps/site/navigation.json b/apps/site/navigation.json index c4ea25b978b7c..cfc6114362475 100644 --- a/apps/site/navigation.json +++ b/apps/site/navigation.json @@ -32,10 +32,6 @@ } }, "footerLinks": [ - { - "link": "https://openjsf.org/", - "text": "components.containers.footer.links.openJSFoundation" - }, { "link": "https://trademark-policy.openjsf.org/", "text": "components.containers.footer.links.trademarkPolicy" @@ -55,6 +51,10 @@ { "link": "https://github.com/nodejs/node/security/policy", "text": "components.containers.footer.links.security" + }, + { + "link": "https://openjsf.org/", + "text": "components.containers.footer.links.openJSFoundation" } ], "socialLinks": [