From 28c65e8f90fd65c0cf6dd0be0eeeabbe08fb5623 Mon Sep 17 00:00:00 2001 From: Randy Lau Date: Sun, 18 Jun 2023 23:19:20 -0700 Subject: [PATCH] change test urls to /[pagename]/index.html format Signed-off-by: Randy Lau --- .lighthouserc.js | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.lighthouserc.js b/.lighthouserc.js index 8c29afbbe69b..c44ccc695c7a 100644 --- a/.lighthouserc.js +++ b/.lighthouserc.js @@ -5,20 +5,20 @@ module.exports = { "url" : ["http://localhost/404.html", "http://localhost/index.html", "http://localhost/404/index.html", - "http://localhost/company/about.html" , - "http://localhost/cloud-native-management/meshery.html", - "http://localhost/cloud-native-management/meshmap.html", - "http://localhost/learn/learning-paths.html", - "http://localhost/learn/service-mesh-books.html", - "http://localhost/learn/service-mesh-workshops.html", - "http://localhost/learn.html", - "http://localhost/blog.html", - "http://localhost/resources.html", - "http://localhost/careers.html", - "http://localhost/community/members.html", - "http://localhost/community/meshmates.html", - "http://localhost/community/events.html", - "http://localhost/community/newcomers.html",], + "http://localhost/company/about/index.html" , + "http://localhost/cloud-native-management/meshery/index.html", + "http://localhost/cloud-native-management/meshmap/index.html", + "http://localhost/learn/learning-paths/index.html", + "http://localhost/learn/service-mesh-books/index.html", + "http://localhost/learn/service-mesh-workshops/index.html", + "http://localhost/learn/index.html", + "http://localhost/blog/index.html", + "http://localhost/resources/index.html", + "http://localhost/careers/index.html", + "http://localhost/community/members/index.html", + "http://localhost/community/meshmates/index.html", + "http://localhost/community/events/index.html", + "http://localhost/community/newcomers/index.html",], }, "assert": { "preset": "lighthouse:no-pwa",