From fdd69290da58ab3feb60a90ad80686a17525688f Mon Sep 17 00:00:00 2001 From: fynks <75840152+fynks@users.noreply.github.com> Date: Sat, 11 Oct 2025 09:27:31 +0500 Subject: [PATCH] Update links and references to the new domain for consistency across the project --- README.md | 4 ++-- dist/_redirects | 2 -- dist/index.html | 22 +++++++++++----------- dist/sitemap.xml | 2 +- package.json | 4 ++-- 5 files changed, 16 insertions(+), 18 deletions(-) delete mode 100644 dist/_redirects diff --git a/README.md b/README.md index 736acaf..2b8cb22 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

GitHub Stars Tracked Services - Web App + Web App

Screenshot of interactive comparison web app @@ -150,7 +150,7 @@ Debrid ("multi-hoster") services act as paid aggregation layers between you and
-| ⚡ For faster exploration (search + filter + side-by-side), use the interactive web app. | +| ⚡ For faster exploration (search + filter + side-by-side), use the interactive web app. | | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
diff --git a/dist/_redirects b/dist/_redirects deleted file mode 100644 index 6d28158..0000000 --- a/dist/_redirects +++ /dev/null @@ -1,2 +0,0 @@ -http://www.debridcompare.pages.dev/* https://debridcompare.pages.dev/:splat 301! -https://www.debridcompare.pages.dev/* https://debridcompare.pages.dev/:splat 301! \ No newline at end of file diff --git a/dist/index.html b/dist/index.html index 9cb14cf..2b790b5 100644 --- a/dist/index.html +++ b/dist/index.html @@ -12,7 +12,7 @@ - + @@ -56,11 +56,11 @@ - + - + @@ -68,11 +68,11 @@ - + - + diff --git a/dist/sitemap.xml b/dist/sitemap.xml index ea9f366..384822c 100644 --- a/dist/sitemap.xml +++ b/dist/sitemap.xml @@ -6,7 +6,7 @@ - https://debridcompare.pages.dev/ + https://debridcompare.xyz/ 2025-09-29T00:00:00+00:00 weekly 1.0 diff --git a/package.json b/package.json index 74c9b37..c86c3cd 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,10 @@ "version": "2.0.1", "description": "A concise comparison of pricing and supported hosts for popular debrid services including AllDebrid, Real-Debrid, LinkSnappy, Premiumize, Debrid-Link, TorBox, and Mega-Debrid.", "main": "index.js", - "homepage": "", + "homepage": "https://debridcompare.xyz/", "repository": { "type": "git", - "url": "" + "url": "https://github.com/fynks/debrid-services-comparison" }, "scripts": { "minify:css": "cleancss -o dist/css/styles-min.css dist/css/styles.css",