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}