mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-17 17:23:27 +02:00
improve metadata
This commit is contained in:
parent
e40328aeb7
commit
f8e2ee2543
4 changed files with 11 additions and 11 deletions
|
@ -10,7 +10,7 @@ import { authCookieHeader } from "@app/api/cookies";
|
|||
import { redirect } from "next/navigation";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: process.env.NEXT_PUBLIC_APP_NAME,
|
||||
title: `Dashboard - ${process.env.NEXT_PUBLIC_APP_NAME}`,
|
||||
description: "",
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue