mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-25 06:49:23 +01:00
fix: fixes improper version handeling (#3157)
This commit is contained in:
@@ -36,8 +36,6 @@ const config: Config = {
|
||||
...pageConfig,
|
||||
};
|
||||
|
||||
config.version = config.version.replace(/^v/, "");
|
||||
|
||||
export default Object.freeze(config);
|
||||
|
||||
export const withBase = (path: string) => `${config.base}${path}`;
|
||||
|
||||
Reference in New Issue
Block a user