From 19b2e2a507b11a1a48b1c23ff6c4b24d256ce972 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Tue, 10 Mar 2026 14:15:42 +0800 Subject: [PATCH] add icon url --- .env.production | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.production b/.env.production index b36f95b..c19eedf 100644 --- a/.env.production +++ b/.env.production @@ -4,4 +4,5 @@ PUBLIC_OJ_URL=https://oj.xuyue.cc PUBLIC_CODE_URL=https://code.xuyue.cc PUBLIC_JUDGE0_URL=https://judge0api.xuyue.cc PUBLIC_SIGNALING_URL=wss://signaling.xuyue.cc -PUBLIC_WS_URL=wss://oj.xuyue.cc/ws \ No newline at end of file +PUBLIC_WS_URL=wss://oj.xuyue.cc/ws +PUBLIC_ICONIFY_URL=https://icon.xuyue.cc \ No newline at end of file