next.js/test/e2e/app-dir/metadata-edge/app/another/page.tsx
page.tsx12 lines175 B
import React from 'react'

export default function Page() {
  return <>hello another</>
}

export const metadata = {
  title: 'another page',
}

export const runtime = 'edge'
Quest for Codev2.0.0
/
SIGN IN