fix: use correct spelling of elfhosted

This commit is contained in:
Viren070
2025-01-03 22:26:30 +00:00
parent d27c24dae6
commit 36e08e3d5f
+1 -1
View File
@@ -13,7 +13,7 @@ const nextConfig: NextConfig = {
unoptimized: true,
},
env: {
NEXT_PUBLIC_ELFHOSTED_BRANDING: process.env.NEXT_PUBLIC_ELFOSTED_BRANDING,
NEXT_PUBLIC_ELFHOSTED_BRANDING: process.env.NEXT_PUBLIC_ELFHOSTED_BRANDING,
}
};