diff --git a/routes/index.tsx b/routes/index.tsx index adcd7aa..f5c8d04 100644 --- a/routes/index.tsx +++ b/routes/index.tsx @@ -51,7 +51,7 @@ export const handler: Handlers = { export default function Home() { const hasClicked = useSignal(false); - const globalCount = useSignal(0); + const globalCount = useSignal(! getGlobalStatistics() ? getGlobalStatistics() : 0); return (