Skip to content

Commit a270d07

Browse files
Update page.tsx
hotfix
1 parent 60e2077 commit a270d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/music/[music_id]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export async function generateMetadata({
2424
const title = music.title;
2525
const artist = music.artist;
2626
const fullTitle = `${title} | by ${artist}`; // 例: "Next.jsでメタデータを生成する | あなたのサイト名"
27-
const description = "Music: ${title}";
27+
const description = `Music: ${title}`;
2828
const og_image_url = `${slug}/${music.jacketUrl?.split("/").slice(-1)[0]}`;
2929
const metadata: Metadata = {
3030
metadataBase: new URL(

0 commit comments

Comments
 (0)