add favicons and changed app title

This commit is contained in:
PxlLoewe
2025-05-30 23:03:15 -07:00
parent 6950e24e54
commit b4253f68e9
29 changed files with 52 additions and 151 deletions

View File

@@ -6,8 +6,8 @@ import { redirect } from "next/navigation";
import { getServerSession } from "../api/auth/[...nextauth]/auth";
export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "VAR: Hub",
description: "Virtual Air Rescue Hub",
};
export default async function RootLayout({

BIN
apps/hub/app/apple-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 15 KiB

3
apps/hub/app/icon0.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 166 KiB

BIN
apps/hub/app/icon1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -0,0 +1,21 @@
{
"name": "MyWebSite",
"short_name": "MySite",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}