From 25a98886d28569b426eee03024eb70b7805ce00a Mon Sep 17 00:00:00 2001 From: abearxiong Date: Thu, 8 Jan 2026 13:08:54 +0800 Subject: [PATCH] update --- src/modules/config.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/config.ts b/src/modules/config.ts index 61bdcc4..503b745 100644 --- a/src/modules/config.ts +++ b/src/modules/config.ts @@ -26,7 +26,6 @@ type ConfigType = { type?: 'static' | 'dynamic' | 'minio'; }[]; proxy: { - port?: number; /** * self domain kevisual.xiongxiao.me */ @@ -71,7 +70,6 @@ export const myConfig: ConfigType = { }, ], proxy: { - port: config.PROXY_PORT, domain: config.PROXY_DOMAIN, resources: minioResources, allowedOrigin: (config.PROXY_ALLOWED_ORIGINS as string)?.split(',') || [],