Changing Icon & App name on Browser header

You cannot change the default logo and name on the browser header from the Api

To change or customize it,

navigate to the public folder after unzipping, there you will find an index.html file

In the file, you will see a list of links, edit the below code block, the first line is for your logo favico and the second one is your title;

<link rel="icon" href="/img/favicon.ico">
<title>Fuodz</title>

And voila, you're good to go.

Last updated