Commit 048a701
fix(web): Set metadataBase to fix og:image URL behind reverse proxy (#908)
* fix(web): Set metadataBase to fix og:image URL behind reverse proxy
Without metadataBase, Next.js falls back to the raw HTTP request host
(localhost:8080) when constructing the absolute og:image URL from
opengraph-image.tsx. Setting metadataBase to AUTH_URL ensures the
public-facing URL is used instead.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* chore: Update CHANGELOG for #908
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ec035dd commit 048a701
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments