lighthouse fixes

This commit is contained in:
2026-02-10 22:37:29 -05:00
parent 26a8c97841
commit 07d8787972
785 changed files with 166486 additions and 77 deletions

View File

@@ -23,3 +23,10 @@ jobs:
- run: npm run format:check
- run: npm test
- run: npm run build
- run: npm run verify:lighthouse
- uses: actions/upload-artifact@v4
if: always()
with:
name: lighthouse-reports
path: site/lighthouse-reports
if-no-files-found: warn