Generating manifest.json from manifest.js #1067
-
I'm struggling to properly generate When I place However, when I move the file outside of Has anyone experienced this? Should I open an issue, or am I missing something? A solution that I'm avoidingI can fix this by not using the manifest metadata file and having many static // app/[locale]/layout.js
export async function generateMetadata({ params: { locale } }) {
return {
manifest: `/manifest-${locale}.json`,
}
} Repositoryhttps://github.com/maiconsanson/next-intl-manifest Images![]() ![]() |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I've addressed this in #1068, see the Manifest docs. Hope this answers your question! |
Beta Was this translation helpful? Give feedback.
I've addressed this in #1068, see the Manifest docs.
Hope this answers your question!