From d6f67fd844e6f328d75993b72430f8c3a01575cd Mon Sep 17 00:00:00 2001 From: Hiroshiba Date: Sat, 28 Dec 2024 03:32:53 +0900 Subject: [PATCH] =?UTF-8?q?add:=20VITE=5FLATEST=5FUPDATE=5FINFOS=5FURL?= =?UTF-8?q?=E3=81=AEURL=E3=82=92=E5=A4=89=E6=9B=B4=E3=81=99=E3=82=8B=20(#2?= =?UTF-8?q?435)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- .env.test | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.production b/.env.production index 5b0dcb0498..cc5e2b9f66 100644 --- a/.env.production +++ b/.env.production @@ -10,5 +10,5 @@ VITE_DEFAULT_ENGINE_INFOS=`[ } ]` VITE_OFFICIAL_WEBSITE_URL=https://voicevox.hiroshiba.jp/ -VITE_LATEST_UPDATE_INFOS_URL=https://raw.githubusercontent.com/VOICEVOX/voicevox_blog/master/src/data/updateInfos.json +VITE_LATEST_UPDATE_INFOS_URL=https://voicevox.hiroshiba.jp/updateInfos.json VITE_GTM_CONTAINER_ID=GTM-DUMMY diff --git a/.env.test b/.env.test index dcf447f8b2..ab77dc1307 100644 --- a/.env.test +++ b/.env.test @@ -10,5 +10,5 @@ VITE_DEFAULT_ENGINE_INFOS=`[ } ]` VITE_OFFICIAL_WEBSITE_URL=https://voicevox.hiroshiba.jp/ -VITE_LATEST_UPDATE_INFOS_URL=https://raw.githubusercontent.com/VOICEVOX/voicevox_blog/master/src/data/updateInfos.json +VITE_LATEST_UPDATE_INFOS_URL=https://voicevox.hiroshiba.jp/updateInfos.json VITE_GTM_CONTAINER_ID=GTM-DUMMY