improve metadata

This commit is contained in:
Milo Schwartz
2024-10-19 17:05:54 -04:00
parent e40328aeb7
commit f8e2ee2543
4 changed files with 11 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ import { GetOrgResponse, ListOrgsResponse } from "@server/routers/org";
import { authCookieHeader } from "@app/api/cookies";
export const metadata: Metadata = {
title: "Configuration",
title: `Configuration - ${process.env.NEXT_PUBLIC_APP_NAME}`,
description: "",
};