Skip to content

Commit 4c55db3

Browse files
committed
fix build error
1 parent f1e3097 commit 4c55db3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export async function generateMetadata({ params }: { params: tParams }) {
7575
};
7676
}
7777

78-
export default async function Release({ params }: { params: { name: string } }) {
78+
export default async function Release({ params }: { params: tParams }) {
7979
const slug = (await params).name;
8080
let possibleNames = [
8181
slug,

0 commit comments

Comments
 (0)