next.js/test/e2e/app-dir/metadata-warnings/app/deprecated-other-fields/page.js
page.js11 lines201 B
export default function Page() {
  return 'deprecated other fields'
}

export const metadata = {
  other: {
    'apple-touch-fullscreen': 'yes',
    'apple-touch-icon-precomposed': '/icon.png',
  },
}
Quest for Codev2.0.0
/
SIGN IN