developerFolio icon indicating copy to clipboard operation
developerFolio copied to clipboard

Fix: fetch public files (profile.json, blog.json) from public url

Open AmrElsayyad opened this issue 1 week ago • 1 comments

Description

This PR implements a fix for fetching public files (profile.json, blogs.json) from the site's public URL instead of the root (/) path. This change addresses an issue where the files were not found when deployed at a different path, ensuring that GitHub profiles and Medium blogs are displayed as intended.

Fixes #655

Type of change

  • [x] Bug fix (non-breaking change which fixes an issue)

AmrElsayyad avatar Jun 22 '24 16:06 AmrElsayyad