diff --git a/app/lighthouserc.js b/app/lighthouserc.js index 9a479ad..e7353c6 100644 --- a/app/lighthouserc.js +++ b/app/lighthouserc.js @@ -10,13 +10,13 @@ module.exports = { startServerCommand: "./entrypoint.sh", // startServerReadyPattern: "Starting development server at", url: [ - "http://localhost:3000", - "http://localhost:3000/search/", - "http://localhost:3000/institutions/", - "http://localhost:3000/projects/", - "http://localhost:3000/documents/", - "http://localhost:3000/languages/", - "http://localhost:3000/subjects/" + "http://localhost:8000", + "http://localhost:8000/search/", + "http://localhost:8000/institutions/", + "http://localhost:8000/projects/", + "http://localhost:8000/documents/", + "http://localhost:8000/languages/", + "http://localhost:8000/subjects/" ] }, assert: {