Files
Marcos Hernanz 8c1c9a6922 examples: fix Webiny API env variable name (#97134)
## Summary

Fix the `cms-webiny` example so non-preview requests read
`NEXT_PUBLIC_WEBINY_API_URL`, matching the README, deploy button, and
`.env.local.example`. The previous `NEXT_PUBLIC_WEBINY_API_UR` typo
caused the default API endpoint to resolve to `undefined`.

## Verification

- `rg -n
"NEXT_PUBLIC_WEBINY_API_UR|NEXT_PUBLIC_WEBINY_API_URL|NEXT_PUBLIC_WEBINY_PREVIEW_API_URL"
examples/cms-webiny`
- `git diff --check`
- Not run: full example runtime (`cms-webiny` requires external Webiny
API credentials)

Attribution: This change was originally authored by @tianma-if in
#95413.

<!-- NEXT_JS_LLM_PR -->

Co-authored-by: tianma <tianma@tianmadeMac-mini.local>
2026-08-10 15:49:14 -07:00
..