📊
Fuodz(webApp)
  • Introduction
  • Vue Web App
    • Getting Started
    • Directory Structure
    • Connect To Backend
    • App Color / Theme
    • Changing Icon & App name on Browser header
    • Shared Hosting
    • Enable Google Maps Javascript Api
  • How to Add languages
  • Enable firebase OTP
Powered by GitBook
On this page

Was this helpful?

  1. Vue Web App

Changing Icon & App name on Browser header

PreviousApp Color / ThemeNextShared Hosting

Last updated 3 years ago

Was this helpful?

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.