mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-25 20:56:07 -05:00
experimental prefetching on hover for common links
This commit is contained in:
@@ -4,6 +4,7 @@ import CountUp from "../../../components/CountUp";
|
||||
import redis from "../../../lib/redis";
|
||||
|
||||
const HitCounter = async ({ slug }: { slug: string }) => {
|
||||
// ensure this component isn't triggered by prerenders and/or preloads
|
||||
await connection();
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user