Closed cherylli closed 1 year ago
Name | Link |
---|---|
Latest commit | 4a321d553348b525573a6b43e05dfb8b107f0020 |
Latest deploy log | https://app.netlify.com/sites/webdevpathstage/deploys/64e9f3ed41b3910008bc0ac2 |
Deploy Preview | https://deploy-preview-193--webdevpathstage.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
As per next.js docs, development envrionment variables can be put in .env.developement.local
Not sure if we also want to change our project setup to match next.js recommendation, but for now just adding .env.developement.local
will do
Have you updated the CHANGELOG.md file? If not, please do it.
Yes
What is this change?
Add
.env*.local
to.gitignore
to allow developers to have an extra sets of environment variables for testinghttps://nextjs.org/docs/pages/building-your-application/configuring/environment-variables
next.js will load and prioritize .env.development(.local) over .env /.env.local when
yarn dev
is runWere there any complications while making this change?
No
How did you verify this change?
Run locally
When should this be merged?
After review