manifest.ts
Unanswered
Snowshoe posted this in #help-forum
SnowshoeOP
Following the instructions at https://nextjs.org/docs/app/api-reference/file-conventions/metadata/manifest I've created a manifest.ts file exactly as specified in the app folder, but i get GET http://localhost:3000/manifest.json 404 (Not Found)
Any ideas?
Any ideas?
2 Replies
Asian paper wasp
I think the generated "file" is
manifest.webmanifest instead of manifest.jsonSnowshoeOP
I think you are right - spot on!