We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c85849 commit 45c82ccCopy full SHA for 45c82cc
src/app/stats/page.tsx
@@ -1,6 +1,8 @@
1
import LatestQuestions from "../components/LatestQuestions";
2
import TopContributers from "../components/TopContributors";
3
4
+export const dynamic = 'force-dynamic'
5
+export const revalidate = 0;
6
const Page = async () => {
7
return (
8
<div className="mt-20 container mx-auto px-4 py-8">
0 commit comments