From a3b1408c81d019c1a154b9cfccbd8a8582f17047 Mon Sep 17 00:00:00 2001 From: vnugent Date: Mon, 7 Apr 2025 13:56:25 -0400 Subject: [PATCH] refactor(app): #162 change version variable name and disable wrapping --- src/routes/about/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.