Skip to content

Commit 6bea1ca

Browse files
committed
Favicon fix
1 parent 2078e3b commit 6bea1ca

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

src/app/icon.svg

Lines changed: 18 additions & 0 deletions
Loading

src/app/layout.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@ const baiJamjuree = Bai_Jamjuree({
1414
});
1515

1616
export const metadata: Metadata = {
17-
title: 'Platform',
18-
icons: ['favicon-32x32.png', 'favicon-16x16.png', 'logoIcon.svg'],
17+
title: 'Nebula Platform',
1918
manifest: 'site.webmanifest',
20-
description: 'Platform.',
19+
description: 'Nebula Platform.',
2120
openGraph: {
22-
title: 'Platform',
23-
description: 'Platform.',
24-
images: ['https://platform.utdnebula.com/logoIcon.png'],
21+
title: 'Nebula Platform',
22+
description: 'Nebula Platform.',
2523
type: 'website',
2624
},
2725
twitter: {

0 commit comments

Comments
 (0)