Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

327
Vistas
How do I set the Favicon icon at the top of my website in nuxt.js

I first set it up in the nuxt.config.js file,Then putting the favicon.ico file in the root directory does not work, then putting it in the static folder does not work, and finally putting it in assets does not work, the icon at the top is not displayed

head:{
  link: [
      { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
    ],
}

I also tried to change the configuration to the following and then adjust it, but it still did not take effect.

<head>
  <link rel='icon' type='image/png' href='/favicon.png'>
</head>
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

You can follow these steps below to get it done:

  1. Navigate to the static folder and delete the favicon.ico file.

  2. Now, go ahead and add a new favicon inside the static folder (note that the favicon name should be favicon.ico

  3. Confirm if your nuxt config file has this in it:

link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }]
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda