fix(web): disable caching on homepage with force-dynamic

Ensures fresh data is always fetched from database on homepage load.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Ajax Davis 2025-12-06 03:08:39 +10:00
parent 0ff50fbd9b
commit 6ebe7353ab

View file

@ -6,6 +6,8 @@ import Link from 'next/link';
import { AppHeader } from '../components/AppHeader';
import { HeroSection } from '../components/home/HeroSection';
export const dynamic = 'force-dynamic';
async function getHomePageData() {
try {
// Fetch stats in parallel