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

@@ -22,6 +22,7 @@ export default function EditLectureTitle({
className="btn hidden sm:inline"
href={getCourseUrl(courseName)}
shallow={true}
prefetch={true}
>
{courseName}
</Link>