revalidate explore page on focus

This commit is contained in:
Josh Hawkins 2024-09-24 07:04:16 -05:00
parent aff5b3713d
commit cce66e8d9b

View File

@ -37,7 +37,7 @@ export default function ExploreView({ onSelectSearch }: ExploreViewProps) {
}, },
], ],
{ {
revalidateOnFocus: false, revalidateOnFocus: true,
}, },
); );