Commit ff37335b by Arjun Jhukal

updated the revalidated condition for the user dashboard

parent 275d26fd
......@@ -7,6 +7,8 @@ import Image from "next/image";
import Link from "next/link";
import DashboardProvider from "./DashboardProvider";
export const revalidate = 10;
export default async function Home() {
let games = null;
let gamesError = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment