1
0
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:
Amir Raminfar
2024-07-27 17:32:38 -07:00
committed by GitHub
parent e2a951ca3d
commit c906b80f52

View File

@@ -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}`;