Skip to content

Commit

Permalink
Merge pull request #12 from Baroshem/feat/stackblitz
Browse files Browse the repository at this point in the history
fix: envs
  • Loading branch information
Baroshem authored Feb 27, 2023
2 parents 42713e8 + 681ec22 commit 7b9f60b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .stackblitz/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ export default defineNuxtConfig({
}
},
modules: ['nuxt-medusa'],
medusa: {
baseUrl: 'https://api-demo.medusa-commerce.com' // Or use .env with `MEDUSA_URL`
}
});
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[Medusa](https://medusajs.com) module for Nuxt.

- [ Release Notes](https://github.com/baroshem/nuxt-medusa/releases)
- [▶️ Play online](https://stackblitz.com/github/baroshem/nuxt-medusa?file=.stackblitz%2Fnuxt.config.ts)
- [▶️  Play online](https://stackblitz.com/github/baroshem/nuxt-medusa?file=.stackblitz%2Fnuxt.config.ts)
- [📖  Documentation](https://nuxt-medusa.vercel.app)

## Features
Expand Down

1 comment on commit 7b9f60b

@vercel
Copy link

@vercel vercel bot commented on 7b9f60b Feb 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nuxt-medusa – ./

nuxt-medusa-git-main-baroshem.vercel.app
nuxt-medusa.vercel.app
nuxt-medusa-baroshem.vercel.app

Please sign in to comment.