mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-12 06:55:01 +02:00
pass user object to user context
This commit is contained in:
parent
61fca6a1f6
commit
41cbde1474
6 changed files with 23 additions and 12 deletions
|
@ -3,7 +3,7 @@ import "./globals.css";
|
|||
import { Roboto } from "next/font/google";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Pangolin",
|
||||
title: process.env.NEXT_PUBLIC_APP_NAME,
|
||||
description: "",
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue