Skip to content

Commit

Permalink
change test urls to /[pagename]/index.html format
Browse files Browse the repository at this point in the history
Signed-off-by: Randy Lau <randychilau@gmail.com>
  • Loading branch information
randychilau committed Jun 19, 2023
1 parent 6da5ba2 commit 28c65e8
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .lighthouserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 28c65e8

Please sign in to comment.