Skip to content

Commit

Permalink
fix(build): Change BASE_URL for icon URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
edizcelik committed Feb 28, 2022
1 parent 14b1dcb commit 71f71d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const __filename = fileURLToPath(import.meta.url);

const algoIconsFolderName = "ALGO";

const ASSET_LOGO_BASE_URL = "https://asa-icons.s3.eu-central-1.amazonaws.com";
const ASSET_LOGO_BASE_URL = "https://asa-list.tinyman.org";
const ASSET_ID_MATCHER = /\d+/;
const currentDirname = path.dirname(__filename);
const buildDirectory = path.join(currentDirname, "build");
Expand Down

0 comments on commit 71f71d2

Please sign in to comment.