From 47fac5c8d63984322b1a09e7c4b9e8617ec74b18 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sat, 10 May 2025 11:25:17 -0500 Subject: [PATCH] Actually remove top-level await --- src/app/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/config.ts b/src/app/config.ts index 856a0d41..3ef58013 100644 --- a/src/app/config.ts +++ b/src/app/config.ts @@ -99,7 +99,7 @@ const SITE_DOMAIN_SHORT = shortenUrl(SITE_DOMAIN); // SITE META -export const APP_TEXT = await getTextForLanguage( +export const APP_TEXT = getTextForLanguage( process.env.NEXT_PUBLIC_LANGUAGE, );