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

222
Views
Why in NextJS, logo is not visible when visiting from page URL

My logo is not loading with /page URL

Screenshot

Here is my components/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>

I want to show my logo on the entire page, visiting from any link.

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

0

You have errors in console. Check your errors first, other pages are not impacted. Error 404 is your only problem

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!