next.js/test/e2e/app-dir/metadata/app/verification/page.tsx
page.tsx15 lines230 B
export default function page() {
  return 'verification'
}

export const metadata = {
  verification: {
    google: 'google',
    yandex: 'yandex',
    yahoo: 'yahoo',
    other: {
      me: ['my-email', 'my-link'],
    },
  },
}
Quest for Codev2.0.0
/
SIGN IN