fix: update page title to use appName from configuration

This commit is contained in:
Linus Rath
2026-03-17 15:07:50 +01:00
parent ce4ebb3dc2
commit e96b9a72e7
2 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
title: "Bulwark Webmail",
title: process.env.APP_NAME || process.env.NEXT_PUBLIC_APP_NAME || "Webmail",
description: "Minimalist webmail client using JMAP protocol",
};