mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-19 10:14:39 +02:00
remove app name from meta
This commit is contained in:
parent
6cee5703b5
commit
92ae69ae29
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ import { GetOrgResponse, ListOrgsResponse } from "@server/routers/org";
|
|||
import { authCookieHeader } from "@app/api/cookies";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: `Configuration - ${process.env.NEXT_PUBLIC_APP_NAME}`,
|
||||
title: `Configuration - Pangolin`,
|
||||
description: "",
|
||||
};
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ import { redirect } from "next/navigation";
|
|||
import { verifySession } from "@app/lib/auth/verifySession";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: `Dashboard - ${process.env.NEXT_PUBLIC_APP_NAME}`,
|
||||
title: `Dashboard - Pangolin`,
|
||||
description: "",
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue