add meta titles to auth pages

This commit is contained in:
miloschwartz
2026-04-22 16:09:16 -07:00
parent 2a281ec002
commit c956e0d401
14 changed files with 85 additions and 1 deletions
+4 -1
View File
@@ -10,7 +10,10 @@ import { getTranslations } from "next-intl/server";
import { cache } from "react";
export const metadata: Metadata = {
title: `Auth - ${process.env.BRANDING_APP_NAME || "Pangolin"}`,
title: {
template: `%s - ${process.env.BRANDING_APP_NAME || "Pangolin"}`,
default: `Auth - ${process.env.BRANDING_APP_NAME || "Pangolin"}`
},
description: ""
};