Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: NEXT_PUBLIC variable access (#94)
Ensure that the `NEXT_PUBLIC_` variable is inlined during builds. https://nextjs.org/docs/app/building-your-application/configuring/environment-variables#bundling-environment-variables-for-the-browser (The above link specifically talks about the browser, but the inlining of NEXT_PUBLIC variables also applies to middleware).
- Loading branch information