Skip to content

Commit

Permalink
feat(website): update the API url to match the new path
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Dec 17, 2021
1 parent 643a1c9 commit ec6e7d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/data/config.js
@@ -1,9 +1,9 @@
export default {
// local
// nivoApiUrl: 'http://localhost:3030',
// nivoApiUrl: 'http://localhost:3030/nivo',
// storybookUrl: 'http://localhost:6006/',

// production
nivoApiUrl: 'https://nivo-api.herokuapp.com',
nivoApiUrl: 'https://nivo-api.herokuapp.com/nivo',
storybookUrl: 'https://nivo.rocks/storybook/',
}

0 comments on commit ec6e7d9

Please sign in to comment.