import { cacheLife } from 'next/cache' import { DebugLinks } from '../shared' export default async function Page() { 'use cache' cacheLife('minutes') return (

Static

) }