Skip to content

[fix] Build warning on image optimization#39

Closed
sahadat-sk wants to merge 2 commits into
keploy:mainfrom
sahadat-sk:remove-build-warnings
Closed

[fix] Build warning on image optimization#39
sahadat-sk wants to merge 2 commits into
keploy:mainfrom
sahadat-sk:remove-build-warnings

Conversation

@sahadat-sk
Copy link
Copy Markdown
Contributor

Fixes issue : #1770

Changes:

  • Use next/image in pages, 'component/header.tsx', 'pages/index.tsx', and 'components/tweets.tsx'
  • Install the sharp package as recommended by next.js

Signed-off-by: sahadat-sk <mss.21U10442@btech.nitdgp.ac.in>
@nehagup nehagup requested a review from Hermione2408 April 3, 2024 05:56
Copy link
Copy Markdown
Contributor

@Hermione2408 Hermione2408 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @sahadat-sk please revert back linting changes It can cause conflicts.The build is working fine now!

Signed-off-by: sahadat-sk <mss.21U10442@btech.nitdgp.ac.in>
@sahadat-sk
Copy link
Copy Markdown
Contributor Author

Hey @sahadat-sk please revert back linting changes It can cause conflicts.The build is working fine now!

I have reverted the linting changes, can you please review it?

@Hermione2408
Copy link
Copy Markdown
Contributor

Hey @sahadat-sk please revert back linting changes It can cause conflicts.The build is working fine now!

I have reverted the linting changes, can you please review it?

Hey @sahadat-sk this issue is now resolved with PR #38

@Hermione2408
Copy link
Copy Markdown
Contributor

Hey @sahadat-sk please revert back linting changes It can cause conflicts.The build is working fine now!

I have reverted the linting changes, can you please review it?

Hey @sahadat-sk this issue is now resolved with PR #38

Hey @sahadat-sk I am closing this PR as it is fixed now with PR #38

slayerjain pushed a commit that referenced this pull request May 5, 2026
stripHtml() was only decoding the named entity set (&amp;, &lt;, etc.)
plus &#39;, so curly apostrophes (&#8217;), en/em dashes (&#8211; /
&#8212;), and curly quotes (&#8220; / &#8221;) leaked into HowTo step
text as literal entity strings. Search engines and the rich-results test
treat that as broken markup. Mirror the decode list from utils/seo.ts
so the JSON-LD and the meta description stay consistent.
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.

2 participants