Skip to content

Commit

Permalink
fix(website): fix storybook url config
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed May 10, 2019
1 parent 89c78e7 commit 5c866ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/data/config.js
Expand Up @@ -9,9 +9,9 @@
export default {
// local
// nivoApiUrl: 'http://localhost:3030',
storybookUrl: 'http://localhost:6006/',
// storybookUrl: 'http://localhost:6006/',

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

0 comments on commit 5c866ce

Please sign in to comment.