We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68021f8 commit 730f242Copy full SHA for 730f242
web/src/app/(content)/song/[id]/page.tsx
@@ -34,7 +34,7 @@ export async function generateMetadata({
34
song = await response.data;
35
} catch {
36
return {
37
- title: 'Unknown song!',
+ title: 'Song not found',
38
};
39
}
40
0 commit comments