strapi / nextjs-corporate-starter

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

Wrong API token name in documentation #29

Closed spaceo closed 1 year ago

spaceo commented 1 year ago

In the README.md it says: _Once you have your token add it to your NEXT_STRAPI_API_TOKEN variable name in the .env file._

The name of the token must have changed since it was written. I believe it is now called: NEXT_PUBLIC_STRAPI_API_TOKEN?

PaulBratslavsky commented 1 year ago

@spaceo Thanks you are correct. I will make the update. Thank you. Update: Made the changes in this PR and merged. https://github.com/strapi/nextjs-corporate-starter/pull/31