Hi everybody,
I'm trying to add a manifest file to the header but it keeps being ignored in dev or production even though the header shows the link:
link: [
{
rel: 'manifest',
src: 'manifest.json',
crossorigin: 'use-credentials',
}
],
Hosted manifest.json file in the public folder
Any idea on how to include a link to the manifest in the header ?