diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-11-17 21:36:48 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-11-17 21:36:48 -0800 |
| commit | 8789ff748538fc82af4a9fe031ebb5a045baa6bc (patch) | |
| tree | 5e41d348c275b67068a541fa101338871e42386b /src | |
| parent | 1caebf3d8a8ba9deb7fb77fcc17b02c46652f9f1 (diff) | |
add favicon and update metadata
Diffstat (limited to 'src')
| -rw-r--r-- | src/app/favicon.ico | bin | 25931 -> 15406 bytes | |||
| -rw-r--r-- | src/app/layout.tsx | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/app/favicon.ico b/src/app/favicon.ico Binary files differindex 718d6fe..28f11e9 100644 --- a/src/app/favicon.ico +++ b/src/app/favicon.ico diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a14e64f..e88bb71 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,6 +1,6 @@ export const metadata = { - title: 'Next.js', - description: 'Generated by Next.js', + title: 'Patchwork Karaoke', + description: 'A karaoke oriented media player with support for lyrics, subtitles, and offset adjustments!', } export default function RootLayout({ |
