diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index 00a14c8..38ba29d 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -2,14 +2,14 @@ import { Heading } from "flowbite-svelte"; // Get the git tag version from environment variables - const gitTagVersion = import.meta.env.GIT_TAG || 'development'; + const appVersion = import.meta.env.APP_VERSION || 'development';
About - Version: {gitTagVersion} + Version: {appVersion}

Alexandria is a reader and writer for curated publications (in Asciidoc), and will eventually also support long-form articles (Markdown) and wiki pages (Asciidoc). It is produced by the GitCitadel project team.