Adds Lighthouse reporting

This commit is contained in:
Alicia Sykes
2023-06-18 21:01:13 +01:00
parent 920ab64410
commit f139256736
9 changed files with 28232 additions and 3 deletions

View File

@@ -39,6 +39,11 @@
to = "/.netlify/functions/find-url-ip"
status = 301
force = true
[[redirects]]
from = "/lighthouse-report"
to = "/.netlify/functions/lighthouse-report"
status = 301
force = true
# For router history mode, ensure pages land on index
[[redirects]]