Commit 8a53564
fix: pass query params to OG image ISR function on Vercel
Vercel's ISR `passQuery` defaults to `false`, which strips all query
parameters before passing the request to the serverless function.
This caused the compare page OG image to always render the empty state
because the function never received `packages=zustand,redux` or the
`_query` parameter that nuxt-og-image relies on.
Closes #2431
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 57687cc commit 8a53564
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
132 | 137 | | |
133 | 138 | | |
134 | 139 | | |
| |||
0 commit comments