diff --git a/apps/designer/.env.production b/apps/designer/.env.production index fafca0a..3ebf7d6 100644 --- a/apps/designer/.env.production +++ b/apps/designer/.env.production @@ -7,6 +7,6 @@ VITE_BASE_URL = / VITE_BASE_API_URL = 'https://custom-chart-api.shiyuegame.com/' -VITE_PLATFORM_URL = 'https://y-code-platform.shiyuegame.com/' -VITE_DESIGNER_URL = 'https://y-code-designer.shiyuegame.com/' -VITE_RENDERER_URL = 'https://y-code-renderer.shiyuegame.com/' +VITE_PLATFORM_URL = 'https://y-code.shiyue.com/' +VITE_DESIGNER_URL = 'https://y-code-designer.shiyue.com/' +VITE_RENDERER_URL = 'https://y-code-renderer.shiyue.com/' diff --git a/apps/designer/.env.staging b/apps/designer/.env.staging index 3b6e584..3e6bd83 100644 --- a/apps/designer/.env.staging +++ b/apps/designer/.env.staging @@ -7,6 +7,6 @@ VITE_BASE_URL = / # base api url VITE_BASE_API_URL = 'https://custom-chart-pre-api.shiyue.com/' -VITE_PLATFORM_URL = 'https://y-code-platform-pre.shiyue.com/' +VITE_PLATFORM_URL = 'https://y-code-pre.shiyue.com/' VITE_DESIGNER_URL = 'https://y-code-designer-pre.shiyue.com/' VITE_RENDERER_URL = 'https://y-code-renderer-pre.shiyue.com/' diff --git a/apps/platform/.env.production b/apps/platform/.env.production index 92c80af..215cf85 100644 --- a/apps/platform/.env.production +++ b/apps/platform/.env.production @@ -27,7 +27,7 @@ VITE_BASE_URL = / VITE_BASE_API_URL = 'https://custom-chart-api.shiyuegame.com/' -VITE_PLATFORM_URL = 'https://y-code-platform.shiyuegame.com/' -VITE_DESIGNER_URL = 'https://y-code-designer.shiyuegame.com/' -VITE_RENDERER_URL = 'https://y-code-renderer.shiyuegame.com/' +VITE_PLATFORM_URL = 'https://y-code.shiyue.com/' +VITE_DESIGNER_URL = 'https://y-code-designer.shiyue.com/' +VITE_RENDERER_URL = 'https://y-code-renderer.shiyue.com/' Y_CODE_V1_URL = 'https://custom-chart.shiyuegame.com/' diff --git a/apps/platform/.env.staging b/apps/platform/.env.staging index fb4e8bd..2f2334a 100644 --- a/apps/platform/.env.staging +++ b/apps/platform/.env.staging @@ -7,7 +7,7 @@ VITE_BASE_URL = / # base api url VITE_BASE_API_URL = 'https://custom-chart-pre-api.shiyue.com/' -VITE_PLATFORM_URL = 'https://y-code-platform-pre.shiyue.com/' +VITE_PLATFORM_URL = 'https://y-code-pre.shiyue.com/' VITE_DESIGNER_URL = 'https://y-code-designer-pre.shiyue.com/' VITE_RENDERER_URL = 'https://y-code-renderer-pre.shiyue.com/' Y_CODE_V1_URL = 'https://custom-chart.shiyue.com/' diff --git a/apps/renderer/.env.production b/apps/renderer/.env.production index 51fa34b..5568dc3 100644 --- a/apps/renderer/.env.production +++ b/apps/renderer/.env.production @@ -6,6 +6,6 @@ VITE_BASE_URL = / VITE_BASE_API_URL = 'https://custom-chart-api.shiyuegame.com/' -VITE_PLATFORM_URL = 'https://y-code-platform.shiyuegame.com/' -VITE_DESIGNER_URL = 'https://y-code-designer.shiyuegame.com/' -VITE_RENDERER_URL = 'https://y-code-renderer.shiyuegame.com/' +VITE_PLATFORM_URL = 'https://y-code.shiyue.com/' +VITE_DESIGNER_URL = 'https://y-code-designer.shiyue.com/' +VITE_RENDERER_URL = 'https://y-code-renderer.shiyue.com/' diff --git a/apps/renderer/.env.staging b/apps/renderer/.env.staging index 453114c..7be706f 100644 --- a/apps/renderer/.env.staging +++ b/apps/renderer/.env.staging @@ -10,6 +10,6 @@ VITE_PORT = 10010 # base api url VITE_BASE_API_URL = 'https://custom-chart-pre-api.shiyue.com/' -VITE_PLATFORM_URL = 'https://y-code-platform-pre.shiyue.com/' +VITE_PLATFORM_URL = 'https://y-code-pre.shiyue.com/' VITE_DESIGNER_URL = 'https://y-code-designer-pre.shiyue.com/' VITE_RENDERER_URL = 'https://y-code-renderer-pre.shiyue.com/'