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.
to /node-rsc
to /node-rsc-ssg
to /node-rsc-ssr
to /node-rsc-isr
to /node-ssg
to /node-ssr
)
}
export const config = {
runtime: 'nodejs',
}