Commit 607b670
perf: convert large PNG screenshots to WebP, fix Lighthouse job summary crash
- Convert tvos-pause.png (516KB→27KB), tvos-sources.png (514KB→41KB),
tvos-settings.png (72KB→15KB), iphone3-emu.png (191KB→38KB) to WebP
- Update page.tsx imports to use .webp variants
- Fix site-audit Lighthouse "Write job summary" step crashing with exit 1
when no report URL is available (&&-chain with set -e; use if/fi instead)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a405f6a commit 607b670
File tree
6 files changed
+8
-5
lines changed- .github/workflows
- src
- app
- images/screenshots
- ios
- tvos
6 files changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
241 | 244 | | |
242 | 245 | | |
243 | 246 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
Loading
Loading
Loading
Loading
0 commit comments