Fix cross-browser favicons

This commit is contained in:
adilallo
2026-05-24 17:06:07 -06:00
parent daa5e533d6
commit e7c17b8651
11 changed files with 185 additions and 7 deletions
+6 -1
View File
@@ -28,7 +28,7 @@ npm-cache/
/lhci-results/
/.lighthouseci/
# Ignore other image files (but not visual regression snapshots)
# Ignore other image files (but not visual regression snapshots or favicons)
*.png
*.jpg
*.jpeg
@@ -39,6 +39,11 @@ npm-cache/
*.avi
*.mkv
# Root favicons (generated via `npm run generate:favicons`)
!public/favicon-16x16.png
!public/favicon-32x32.png
!public/apple-touch-icon.png
# Visual regression snapshots (allow these)
!tests/e2e/visual-regression.spec.ts-snapshots/
!tests/e2e/visual-regression.spec.ts-snapshots/*.png