Commit b27f96c
fix: wrap CodingCat.dev branding in spans for Satori compatibility
Satori treats text + element as multiple children requiring display:flex.
"CodingCat<span>.dev</span>" is mixed content (text node + span element).
Fix: wrap both parts in <span> elements and add display:flex to parent.
Applied to both generateOgHtml and generateDefaultOgHtml.
Build: 18.76s ✅
Co-authored-by: seniordeveloper <seniordeveloper@miriad.systems>1 parent e5cb2c4 commit b27f96c
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
| 161 | + | |
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
| |||
254 | 255 | | |
255 | 256 | | |
256 | 257 | | |
257 | | - | |
| 258 | + | |
| 259 | + | |
258 | 260 | | |
259 | 261 | | |
260 | 262 | | |
| |||
0 commit comments