You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2022. It is now read-only.
Add a version page that works with environmental settings so that it is a page accessible from a /version route or soething similar which displays the version, deployment date, APP_ENV, etc.
@amclin ok I believe I understand what you're saying now. I believe my comment in the enivornmental issue clarifies this. I am supposed to use the publicRuntimeConfig to access what ever the run time environmental variables are. Would this not accomplish what the version page is designed to do?
Add a version page that works with environmental settings so that it is a page accessible from a
/version
route or soething similar which displays the version, deployment date, APP_ENV, etc.Should be able to add a
version.js
file located in thepages
directory. Add a note at the top of the file that states what the purpose is. See an example api file here https://reacttricks.com/exploring-next-9-dynamic-routing-and-api-routes/The text was updated successfully, but these errors were encountered: