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

220
Views
¿Por qué en NextJS, el logotipo no está visible cuando se visita desde la URL de la página?

Mi logotipo no se carga con la URL /página

Captura de pantalla

Aquí están mis componentes/LayoutWrapper.js

 import Image from 'next/image' import icon from '../assets/images/Icon.svg' <div className="flex items-center justify-between"> <div className="mr-3 pt-2"> <Image src={icon} width="25px" height="25px" alt="Blog Logo" /> {typeof siteMetadata.headerTitle === 'string' ? ( <div className=" "></div> ) : ( siteMetadata.headerTitle )} </div> {typeof siteMetadata.headerTitle === 'string' ? ( <div className="hidden h-7 text-2xl font-medium sm:block"> {siteMetadata.headerTitle} </div> ) : ( siteMetadata.headerTitle )} </div>

Quiero mostrar mi logo en toda la página, visitando desde cualquier enlace.

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

0

Tienes errores en la consola. Verifique sus errores primero, otras páginas no se ven afectadas. El error 404 es tu único problema

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!