export default function Page() { return <>hello index</> } export const metadata = { title: 'index page', } export const runtime = 'edge'