diff --git a/.env.development b/.env.development index 782353d..f9b2b23 100644 --- a/.env.development +++ b/.env.development @@ -2,7 +2,7 @@ NODE_ENV=development VITE_BLOG_URL=https://blog.ryujinx.org VITE_FAQ_URL=https://ryujinx.org/faq -VITE_STATS_URL=https://raw.githubusercontent.com/Ryujinx/Ryujinx-Games-List/stats/issue-data.json +VITE_STATS_URL=https://raw.githubusercontent.com/Ryujinx/Ryujinx-Games-List/stats/compat-stats.json VITE_LABEL_URL=https://github.com/Ryujinx/Ryujinx-Games-List/labels/ VITE_REPO_URL=https://api.github.com/repos/Ryujinx/Ryujinx VITE_GUIDE_URL=https://github.com/Ryujinx/Ryujinx/wiki/Ryujinx-Setup-&-Configuration-Guide diff --git a/.env.production b/.env.production index 2d638c5..0b40892 100644 --- a/.env.production +++ b/.env.production @@ -2,7 +2,7 @@ NODE_ENV=production VITE_BLOG_URL=https://blog.ryujinx.org VITE_FAQ_URL=https://ryujinx.org/faq -VITE_STATS_URL=https://raw.githubusercontent.com/Ryujinx/Ryujinx-Games-List/stats/issue-data.json +VITE_STATS_URL=https://raw.githubusercontent.com/Ryujinx/Ryujinx-Games-List/stats/compat-stats.json VITE_LABEL_URL=https://github.com/Ryujinx/Ryujinx-Games-List/labels/ VITE_REPO_URL=https://api.github.com/repos/Ryujinx/Ryujinx VITE_GUIDE_URL=https://github.com/Ryujinx/Ryujinx/wiki/Ryujinx-Setup-&-Configuration-Guide