* Disable asset inlining
* Prevent `manifest.json` from being inlined
* Update backtick to single quote in vite.config.js
---------
Co-authored-by: Ajay Bura <32841439+ajbura@users.noreply.github.com>
<link id="favicon" rel="shortcut icon" href="./public/favicon.ico" />
- <link rel="manifest" href="./public/manifest.json" />
+ <link rel="manifest" href="/manifest.json" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="application-name" content="Cinny" />
<meta name="apple-mobile-web-app-title" content="Cinny" />
src: 'config.json',
dest: '',
},
+ {
+ src: 'public/manifest.json',
+ dest: '',
+ },
{
src: 'public/res/android',
dest: 'public/',
- }
+ },
],
}