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

113
Views
Las imágenes no se cargan en la versión de compilación en una de mis aplicaciones de reacción

Estoy trabajando en el sitio web de mi cartera con reaccionar y algunas de las imágenes no se cargan en la versión de compilación, pero también funciona bien en mi servidor de desarrollo local.

 import cryptoImage from "./projectsImage/crypto4.png"; import wordIndexImage from "./projectsImage/Word Index.png"; import lcoImage from "./projectsImage/lco.png"; export const products = [ { id: 1, title: "Crypto Stalker", img: cryptoImage, link: "https://crypto-stalker.netlify.app/", desc: "A crypto currency application to stalk all your favorite cryptocurrencies at one place including market cap, time gap and chart analysis.", tech: ["React", "Material UI", "Chart Js", "Redux", "Netlify"], gitlink: "https://github.com/codesabhi/crypto-stalker-app", }, { id: 2, title: "Word Index", img: wordIndexImage, link: "https://wordindex.netlify.app/", desc: "A dictionary app which supports twelve languages along with audio support also a progressive web app that is downloadable on respectable devices", tech: ["React", "Material UI", "Axios", "PWAs", "Netlify"], gitlink: "https://github.com/codesabhi/word-index", },

Y aquí estoy mapeando todos los datos anteriores, incluidas las imágenes en un componente diferente.

 const ProductCard = ({title,img,link,desc,tech,git}) => { const theme = useContext(ThemeContext); return ( <> <div className="c"> <div className="c-left"> <div className="c-card bg"></div> <div className="c-cards"> <a href={link} target="_blank" rel="noreferrer" className="c-imglink"><img src={img} alt="" className="c-img" /></a> </div> </div>

no se porque pero todo funciona bien en el desarrollo local pero no en la versión de compilación

about 4 years ago · Juan Pablo Isaza
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!