strapi / nextjs-corporate-starter

Strapi Demo application for Corporate Websites using Next.js
MIT License
966 stars 287 forks source link

Confusing documentation of .env.example #28

Closed spaceo closed 1 year ago

spaceo commented 1 year ago

In the README.md file it says that you can copy the .env.example to create your own .envfile. But there is no such example file in the root of the project.

image

UPDATE: After some digging I found it lying in the backend directory. I think the documentation should be clearer about that.

PaulBratslavsky commented 1 year ago

@spaceo Thanks for the feedback will make it more clear and publish the update.

PaulBratslavsky commented 1 year ago

Thank you, made the changes in this PR and merged. https://github.com/strapi/nextjs-corporate-starter/pull/31