Commit f3906e5
Fix link checker false positives for SVG diagrams in blog post
The reactive analysis blog post references SVG diagrams via absolute
paths (/blog/reactive-analysis/*.svg). The link validator resolves these
relative to the markdown file and reports them as missing. Check whether
warned-about files exist in public/ before reporting, since Vite serves
public/ assets at root.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 59fd270 commit f3906e5
1 file changed
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
29 | 47 | | |
30 | 48 | | |
| 49 | + | |
31 | 50 | | |
32 | 51 | | |
33 | 52 | | |
| |||
0 commit comments