docs: fix typo in Medusa API key instructions (#14435)
* Fix typo in Medusa API key instructions * Update www/apps/resources/app/nextjs-starter/page.mdx --------- Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
@@ -82,7 +82,7 @@ npm install
|
||||
mv .env.template .env.local
|
||||
```
|
||||
|
||||
3. Set the Medusa application's publishable API key in the `NEXT_PUBLIC_MEDUSA_PUBLISHABLE_KEY` environment variable. You can retrieve the publishable API key in on the Medusa Admin dashboard by going to Settings -> Publishable API Keys
|
||||
3. Set the Medusa application's publishable API key in the `NEXT_PUBLIC_MEDUSA_PUBLISHABLE_KEY` environment variable. You can retrieve the publishable API key from the Medusa Admin dashboard by going to Settings -> Publishable API Keys
|
||||
|
||||
```bash
|
||||
NEXT_PUBLIC_MEDUSA_PUBLISHABLE_KEY=pk_123...
|
||||
|
||||
Reference in New Issue
Block a user