mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
8c1c9a6922
## 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>