Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

245
Views
Browser tab icon not showing after pushed to Github Vue

My browser tab icon is not showing up after I push my repo to github. It shows up fine when I test it on localhost.

Left shows my website hosted on github, right shows my website on local host

Here's my code in index.html:

<!DOCTYPE html>
<html lang="">
  <head>
    <link rel="icon" href="public/favicon.ico" type="image/x-icon" />
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width,initial-scale=1.0">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <style>
      body {
        font-family: "Futura-Book";
        margin: 0;
      }
    </style>

  </head>
  <body>
    <!-- noscript>
      <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
    </noscript -->
    <div id="app"></div>
    <!-- built files will be auto injected -->
  </body>
</html>

and here's my file path

Would appreciate any help and suggestions, thank you!

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

The icon should be in the root of dist folder. So removing the public from the path should fix the problem.

<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />

If it does not work, change the name of favicon.ico to something else.

<link rel="shortcut icon" href="something.ico" type="image/x-icon" />
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!