Skip to content

Commit

Permalink
feat: use non raw domain and custom domain name for the cdn (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker authored Dec 23, 2023
1 parent 4b65119 commit 1164ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export const COLLECTION_DAPP = '#dapp';
export const NODE_18 = 18;
export const CONSOLE_URL = 'https://console.juno.build';
export const CONSOLE_SATELLITE_URL = `${CONSOLE_URL}/satellite/?s=`;
export const JUNO_CDN_URL = 'https://fmkjf-bqaaa-aaaal-acpza-cai.raw.icp0.io';
export const JUNO_CDN_URL = 'https://cdn.juno.build';
export const GITHUB_API_CLI_URL = 'https://api.github.com/repos/junobuild/cli';
export const IGNORE_OS_FILES = ['.ds_store', 'thumbs.db'];

0 comments on commit 1164ff5

Please sign in to comment.