next.js/test/e2e/app-dir/metadata-icons/app/nested/page.tsx
page.tsx15 lines313 B
export default function Page() {
  return <p>hello world</p>
}

export const metadata = {
  icons: {
    shortcut: '/shortcut-icon-nested.png',
    apple: '/apple-icon-nested.png',
    other: {
      rel: 'apple-touch-icon-precomposed-nested',
      url: '/apple-touch-icon-precomposed-nested.png',
    },
  },
}
Quest for Codev2.0.0
/
SIGN IN