Skip to content

Conversation

ohansFavour
Copy link
Contributor

@ohansFavour ohansFavour commented Aug 26, 2025

Issue

The "Descope Pricing–The Complete Guide" blog card image was not loading on the blog index page.

Root Cause

The image filename contained an en dash (–) character: descope-pricing–the-complete-guide.png. En dashes are Unicode characters that cause URL encoding issues and are not handled reliably by web servers/browsers when used in file paths.

Solution

Renamed the file from descope-pricing–the-complete-guide.png to descope-pricing-the-complete-guide.png (replacing en dash with regular hyphen)

Link to Google Doc

TODO

Checklist

  • Has cover image been added
  • Have all content images been added. Do they render correctly? (aspect ratio etc)
  • The code inside code blocks gives no errors
  • Check for SEO keyword?
  • Added call to action to link to supertokens and to link to other blogs.
  • Add reference to how SuperTokens solves this blog's problem (if relevant).

Remaining TODOs

  • ...

Copy link

netlify bot commented Aug 26, 2025

Deploy Preview for gracious-clarke-e6b312 ready!

Name Link
🔨 Latest commit f774f07
🔍 Latest deploy log https://app.netlify.com/projects/gracious-clarke-e6b312/deploys/68ae36beb44123000834e913
😎 Deploy Preview https://deploy-preview-444--gracious-clarke-e6b312.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@ohansFavour ohansFavour changed the title Update name Replace en dashes with hypen in Descope blog Aug 26, 2025
@ohansFavour ohansFavour changed the title Replace en dashes with hypen in Descope blog Fix broken image in blog index page Aug 26, 2025
@ohansFavour ohansFavour assigned jscyo and unassigned jscyo Aug 26, 2025
@ohansFavour ohansFavour requested a review from jscyo August 26, 2025 22:39
@jscyo jscyo merged commit a0cc767 into master Aug 27, 2025
6 of 7 checks passed
@jscyo jscyo deleted the fix/descope-blog branch August 27, 2025 05:13
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