Skip to content

Commit

Permalink
DN-6: Using catch all route for allowing sub directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereckmezquita committed Dec 16, 2024
1 parent 4a2e8b9 commit 834f90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/courses/[...slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ export function generateMetadata({ params }: PageProps): Metadata {
images: [post.coverImage]
}
};
}
}

0 comments on commit 834f90b

Please sign in to comment.