Allow for nested manifest files #81765
Unanswered
oswaldoacauan
asked this question in
App Router
Replies: 1 comment
-
At this time, nested manifest files are not supported because: They go against the browser spec. Next.js handles manifest like any other global/static asset. The recommended approach is to keep one manifest at /app/manifest.webmanifest or generate it dynamically via an API route if you need flexibility. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the manifest file only works when placed at the root level of the app router.
Is there any reason to not allow nested manifests?
Beta Was this translation helpful? Give feedback.
All reactions