Commit 95b7ff2
committed
fix: blog OG avatar stacking, remove htmlValidator regexes, add ogImage security
- Fix blog post avatar stacking (vertical → horizontal) by adding flex-row to container
- Remove htmlValidator.ignore regexes that broke structuredClone in @nuxt/test-utils
- Remove long-title rule override (not needed without ignore pattern)
- Add ogImage.security.maxQueryParamSize
- Update blog post snapshot1 parent a09e45c commit 95b7ff2
File tree
3 files changed
+5
-3
lines changed- app/components/OgImage
- test/e2e/og-image.spec.ts-snapshots
3 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | | - | |
284 | 283 | | |
285 | 284 | | |
286 | 285 | | |
287 | 286 | | |
288 | 287 | | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
289 | 291 | | |
290 | 292 | | |
291 | 293 | | |
| |||
0 commit comments