Ensure blog page renders dynamically

This commit is contained in:
cloudneutral 2025-12-22 00:36:02 +08:00
parent 70e704faf1
commit f390a3ffe3

View File

@ -1,4 +1,5 @@
export const dynamic = 'force-dynamic'
export const revalidate = 0
import Link from 'next/link'
import SearchComponent from '@components/search'