add favicons and changed app title
This commit is contained in:
@@ -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
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
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
BIN
apps/hub/app/icon1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
21
apps/hub/app/manifest.json
Normal file
21
apps/hub/app/manifest.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user