From 62106e71a8f5b609a53f061d8ab5ae023818e399 Mon Sep 17 00:00:00 2001 From: Bit Nimble Date: Sun, 22 Feb 2026 11:02:13 +0000 Subject: [PATCH] perf: disable link prefetching on map list rows --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ea2546..f88ce5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -162,6 +162,7 @@ const MapListTable = observer((props: { store: MapListStore; presenter: MapListP additionalClassName={classNames(styles.routeLink, additionalClassName)} href={routeFor([RoutePath.MAP, map.id])} onClick={onSelect} + prefetch={false} > {contents}