From e663b936912e58da3fdf8dd5e9d9a47da43a6ec4 Mon Sep 17 00:00:00 2001 From: Isaac Marovitz Date: Mon, 24 Jul 2023 20:08:10 -0400 Subject: [PATCH] Update URLs --- .env.development | 2 +- .env.production | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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