Skip to content

Commit

Permalink
Update dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmfinol committed Sep 18, 2024
1 parent e63b6ef commit 5448e4c
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 88 deletions.
2 changes: 2 additions & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import Header from "@/components/header";
import { getAllGames } from "@/lib/firebase/firestore";
import Link from "next/link";

export const dynamic = "force-dynamic";

export default async function Page() {
const allGames = await getAllGames();
return (
Expand Down
Loading

0 comments on commit 5448e4c

Please sign in to comment.