This commit is contained in:
root 2025-07-11 17:51:47 +08:00
parent 75c6557a6c
commit e34d2dd5e3
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ const ProjectImage: React.FC<ProjectImageProps> = ({ imagePath, alt, className }
try { try {
const dataUrl = convertFileSrc(imagePath) const dataUrl = convertFileSrc(imagePath)
console.log({ dataUrl }) console.log({ dataUrl, imagePath })
setImageSrc(dataUrl) setImageSrc(dataUrl)
} catch (error) { } catch (error) {
console.error('Failed to read image:', error) console.error('Failed to read image:', error)