feat: update rebranded domain name
This commit is contained in:
@@ -9,7 +9,8 @@ export const USER_AGENT_HEADER =
|
||||
export const ACCEPT_HEADER =
|
||||
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9";
|
||||
|
||||
const DOMAIN = process.env.DOMAIN || "aniwatchtv.to";
|
||||
// previously aniwatch.to || aniwatchtv.to
|
||||
const DOMAIN = process.env.DOMAIN || "hianime.to";
|
||||
|
||||
export const SRC_BASE_URL = `https://${DOMAIN}`;
|
||||
export const SRC_AJAX_URL = `${SRC_BASE_URL}/ajax`;
|
||||
|
||||
Reference in New Issue
Block a user