From 32ec9df1282c2c58da0f8fa00087027efa6d8904 Mon Sep 17 00:00:00 2001 From: ctot-nondef Date: Fri, 17 May 2024 10:53:08 +0200 Subject: [PATCH] fix: missed one --- components/imprint.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/imprint.vue b/components/imprint.vue index f9eeba7..955dce0 100644 --- a/components/imprint.vue +++ b/components/imprint.vue @@ -5,7 +5,7 @@ const env = useRuntimeConfig(); const locale = useLocale(); -const redmineId = env.public.NUXT_PUBLIC_REDMINE_ID; +const redmineId = env.public.redmineId; const imprint = await useFetch(String(createImprintUrl(locale.value, redmineId)), { responseType: "text",