Skip to content

Commit c906b80

Browse files
authored
fix: fixes improper version handeling (#3157)
1 parent e2a951c commit c906b80

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

assets/stores/config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ const config: Config = {
3636
...pageConfig,
3737
};
3838

39-
config.version = config.version.replace(/^v/, "");
40-
4139
export default Object.freeze(config);
4240

4341
export const withBase = (path: string) => `${config.base}${path}`;

0 commit comments

Comments
 (0)