Skip to content

fix : correct image path case for whatIsDS blog featured image - #26

Open
tmdeveloper007 wants to merge 1 commit into
syedahmedkhaderi:mainfrom
tmdeveloper007:fix/whatisds-image-path
Open

fix : correct image path case for whatIsDS blog featured image#26
tmdeveloper007 wants to merge 1 commit into
syedahmedkhaderi:mainfrom
tmdeveloper007:fix/whatisds-image-path

Conversation

@tmdeveloper007

Copy link
Copy Markdown

Summary of What Has Been Done:
Corrected the featured image src attribute in the whatIsDS blog content page from /blog/whatIsDs.png (lowercase s in Ds) to /blog/whatIsDS.png (capital DS), matching the actual filename on disk.

Changes Made:

  • app/blogs/Content/whatIsDS/content.jsx: corrected image src path case

Impact it Made:
Fixes broken featured image on case-sensitive filesystems and web servers. Lint remains green.

The src attribute referenced /blog/whatIsDs.png (lowercase s in Ds) but
the actual file is named whatIsDS.png (capital DS), causing a broken
image on case-sensitive filesystems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant