Skip to content

Commit

Permalink
refactor: changed refs urls in atls-ui/design config
Browse files Browse the repository at this point in the history
  • Loading branch information
Amiditin committed Aug 23, 2024
1 parent beda23d commit be56b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/design/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ const config: StorybookConfig = {
refs: {
parts: {
title: 'Parts',
url: process.env.ATLS_DESIGN_PARTS_URL || 'http://localhost:3001/',
url: 'https://ui-parts.ui.atls.design',
},
admin: {
title: 'Admin',
url: process.env.ATLS_DESIGN_ADMIN_URL || 'http://localhost:3002/',
url: 'https://ui-admin.ui.atls.design',
},
},
webpackFinal: async (webpackConfig) => {
Expand Down

0 comments on commit be56b37

Please sign in to comment.