Skip to content

Commit da149e5

Browse files
chen-ziwenhonghuangdc
authored andcommitted
fix(types): The environment variable VITE_ICON_LOCAL_PREFIX has the wrong type.
1 parent 7c3dac4 commit da149e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typings/vite-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ declare namespace Env {
2525
*
2626
* This prefix is start with the icon prefix
2727
*/
28-
readonly VITE_ICON_LOCAL_PREFIX: 'local-icon';
28+
readonly VITE_ICON_LOCAL_PREFIX: 'icon-local';
2929
/** backend service base url */
3030
readonly VITE_SERVICE_BASE_URL: string;
3131
/**

0 commit comments

Comments
 (0)