Commit aca945b6 by Arjun Jhukal

made user dashboard dynamic render

parent 508da460
...@@ -7,7 +7,7 @@ import Image from "next/image"; ...@@ -7,7 +7,7 @@ import Image from "next/image";
import Link from "next/link"; import Link from "next/link";
import DashboardProvider from "./DashboardProvider"; import DashboardProvider from "./DashboardProvider";
export const revalidate = 10; export const dynamic = "force-dynamic";
export default async function Home() { export default async function Home() {
let games = null; let games = 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