feat: update rebranded domain name

This commit is contained in:
Ritesh Ghosh
2024-03-03 20:05:18 +05:30
parent eea621b17a
commit a6f99bf681
+2 -1
View File
@@ -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`;