Skip to content

Commit

Permalink
DARK: Clone theme using https instead of ssh (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdohomrani authored Jul 13, 2023
1 parent 80f83b2 commit f893fac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ export default {
SELLER_AREA_API_BASE_URI: 'https://api.youcan.shop',
SELLER_AREA_WEB_BASE_URI: 'https://seller-area.youcan.shop',

STARTER_THEME_GIT_REPOSITORY: 'git@github.com:youcan-shop/light-theme.git',
STARTER_THEME_GIT_REPOSITORY: 'https://github.com/youcan-shop/light-theme.git',
AVAILABLE_THEMES: [
{ name: 'default', repository: 'git@github.com:youcan-shop/light-theme.git' },
{ name: 'cod-theme', repository: 'git@github.com:youcan-shop/cod-theme.git' },
{ name: 'default', repository: 'https://github.com/youcan-shop/light-theme.git' },
{ name: 'cod-theme', repository: 'https://github.com/youcan-shop/cod-theme.git' },
],

CLI_GLOBAL_CONFIG_DIR: path.resolve(homedir(), '.youcan'),
Expand Down

0 comments on commit f893fac

Please sign in to comment.