From da149e5bbd48d3983e100c4873de8683bd569c45 Mon Sep 17 00:00:00 2001 From: chenziwen Date: Thu, 12 Jun 2025 17:20:44 +0800 Subject: [PATCH] fix(types): The environment variable VITE_ICON_LOCAL_PREFIX has the wrong type. --- src/typings/vite-env.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/typings/vite-env.d.ts b/src/typings/vite-env.d.ts index c90fb2c2..c94bbc7e 100644 --- a/src/typings/vite-env.d.ts +++ b/src/typings/vite-env.d.ts @@ -25,7 +25,7 @@ declare namespace Env { * * This prefix is start with the icon prefix */ - readonly VITE_ICON_LOCAL_PREFIX: 'local-icon'; + readonly VITE_ICON_LOCAL_PREFIX: 'icon-local'; /** backend service base url */ readonly VITE_SERVICE_BASE_URL: string; /**