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; /**