Skip to content

Commit 45c82cc

Browse files
fix: stats page shwoing old data
1 parent 1c85849 commit 45c82cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/stats/page.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import LatestQuestions from "../components/LatestQuestions";
22
import TopContributers from "../components/TopContributors";
33

4+
export const dynamic = 'force-dynamic'
5+
export const revalidate = 0;
46
const Page = async () => {
57
return (
68
<div className="mt-20 container mx-auto px-4 py-8">

0 commit comments

Comments
 (0)