import Runtime from '../utils/runtime' import Time from '../utils/time' import Link from 'next/link' export default function Page() { return (
This is a static page.

) } export const config = { runtime: 'nodejs', }