From 7619205d919eb00ff2c8ad350db2d1b3045dc13c Mon Sep 17 00:00:00 2001 From: Antonio Ledebuhr Date: Thu, 27 Aug 2026 01:08:14 +0200 Subject: [PATCH] Point Lighthouse at the consolidated Services pages instead of a deleted route. Co-authored-by: Cursor --- lighthouserc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lighthouserc.json b/lighthouserc.json index 612c51b..aef4fca 100644 --- a/lighthouserc.json +++ b/lighthouserc.json @@ -8,7 +8,8 @@ "http://127.0.0.1:4000/en", "http://127.0.0.1:4000/pitch", "http://127.0.0.1:4000/en/pitch", - "http://127.0.0.1:4000/leistungen/ai-integration", + "http://127.0.0.1:4000/leistungen", + "http://127.0.0.1:4000/en/services", "http://127.0.0.1:4000/en/projects" ], "numberOfRuns": 3,