adding some prefetches, not sure if makes difference

This commit is contained in:
2025-08-13 11:24:55 -06:00
parent e8de00a2b1
commit 54e4d7b4a1
7 changed files with 28 additions and 10 deletions

View File

@@ -30,6 +30,7 @@ export default function CourseList() {
<Link
href={getCourseUrl(settings.name)}
shallow={true}
prefetch={true}
className="
font-bold text-xl block
transition-all hover:scale-105 hover:underline hover:text-slate-200