-
Notifications
You must be signed in to change notification settings - Fork 29.9k
Open
Labels
bugIssue was opened via the bug report template.Issue was opened via the bug report template.
Description
Verify canary release
- I verified that the issue exists in the latest Next.js canary release
Provide environment information
Operating System:
Platform: darwin
Arch: x64
Version: Darwin Kernel Version 21.6.0: Mon Aug 22 20:17:10 PDT 2022; root:xnu-8020.140.49~2/RELEASE_X86_64
Binaries:
Node: 16.16.0
npm: 8.11.0
Yarn: 1.22.17
pnpm: 8.4.0
Relevant packages:
next: 13.4.1
eslint-config-next: 13.4.1
react: 18.2.0
react-dom: 18.2.0Which area(s) of Next.js are affected? (leave empty if unsure)
Metadata (metadata, generateMetadata, next/head)
Link to the code that reproduces this issue or a replay of the bug
https://codesandbox.io/p/sandbox/unruffled-darkness-q2l3ht
To Reproduce
- locate
apple-icon.pngin/app- It works well
- locate
apple-icon.pngin/app/**/apple-icon.png- It doesn't work
can't see apple-touch-icon
But in docs (https://nextjs.org/docs/app/api-reference/file-conventions/metadata/app-icons#image-files-ico-jpg-png)

apple-icon is valid on app/**/*
Describe the Bug
The location of the apple-icon in the document in Next.js is not working properly.
/app/apple-icon.png works fine, but /app/icons/apple-icon.png does not work properly.
Expected Behavior
apple-icon is valid on app/**/*
Which browser are you using? (if relevant)
Chrome 114.0.5735.198
How are you deploying your application? (if relevant)
next start
tobiashaefermann, castle2668, kelvinpraises and thomasyuill-livekitunishigure, rhathas, jnic, castle2668 and thomasyuill-livekit
Metadata
Metadata
Assignees
Labels
bugIssue was opened via the bug report template.Issue was opened via the bug report template.
