Commit 72665b2
committed
fix(og-image): bump to 6.3.6, remove workarounds
6.3.6 fixes:
- Hash propagation: buildOgImageUrl result.hash is now written to
opts._hash so the prerender plugin stores it in prerenderOptionsCache
- Orphaned hash URLs are gracefully skipped (prerender:generate hook
clears error) instead of failing the build
- Signed dynamic URLs when strict+secret are set (from 6.3.5)
Removed workarounds that are no longer needed:
- nitro.prerender.ignore for /_og/ paths
- @nuxtjs/html-validator patch for /_og/ route skip1 parent a5327ce commit 72665b2
File tree
5 files changed
+8
-31
lines changed- patches
5 files changed
+8
-31
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | 260 | | |
267 | 261 | | |
268 | 262 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
This file was deleted.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
0 commit comments