next.js/test/e2e/app-dir/metadata/app/title-template/page.tsx
page.tsx8 lines107 B
export default function Page() {
  return 'title template'
}

export const metadata = {
  title: 'Page',
}
Quest for Codev2.0.0
/
SIGN IN