We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cdca8c commit 60fd563Copy full SHA for 60fd563
1 file changed
ui/src/domain/app.ts
@@ -1,10 +1,11 @@
1
import i18next from "i18next";
2
3
-// fallback policy: .env > git tag > "v0.0.0-dev"
4
-export const APP_VERSION: string = "v" + (__APP_VERSION__ || "0.0.0-dev").replace(/^v/, "");
+export const APP_VERSION = "v" + (__APP_VERSION__ || "0.0.0-dev").replace(/^v/, "");
5
6
export const APP_REPO_URL = "https://github.com/certimate-go/certimate";
+
7
export const APP_DOWNLOAD_URL = APP_REPO_URL + "/releases";
8
9
export let APP_DOCUMENT_URL = "https://docs.certimate.me";
10
11
i18next.on("languageChanged", (language) => {
0 commit comments