Skip to content

Conversation

@asgharali97
Copy link

Description

This PR fixes #7256 by relocating assets/images/partners to static/partners and updating all references to use absolute static paths.

Dynamic image imports were replaced with string-based "/partners/..." paths to align with Gatsby’s static asset handling.
This PR fixes #7256

Notes for Reviewers

  • No functional changes beyond asset relocation and reference updates.
  • No imports from static/ are used; assets are referenced via absolute paths.

Signed commits

  • Yes, I signed my commits.

@github-actions github-actions bot added area/blog New posts or new blog functionality area/events labels Dec 19, 2025
Signed-off-by: asgharali97 <asgharalifs48@gmail.com>
@asgharali97 asgharali97 force-pushed the chore/relocate-partner-logos branch from a1cf1b7 to 8103b32 Compare December 20, 2025 11:07
Signed-off-by: asgharali97 <asgharalifs48@gmail.com>
@asgharali97 asgharali97 force-pushed the chore/relocate-partner-logos branch from 97975de to 01661a8 Compare December 20, 2025 13:28
@saurabhraghuvanshii
Copy link
Contributor

@asgharali97 build faling please fix that

@asgharali97
Copy link
Author

Hi @saurabhraghuvanshii,
Thanks for telling build failure

I’ve reviewed the CI logs and the error appears to originate from src/templates/program-multiple.js where a non-null graphQL variable ($program) is receiving a null value during page generation (/programs/null.html)

This seems related to existing MDX content under src/collections/programs/ (e.g. hacktoberfest-2023) rather than the partner logo relocation in this PR. I didn’t modify any program templates, collections, or GraphQL logic here.

Please let me know if you’d like me to help investigate or address this separately.

@kishore08-07
Copy link
Contributor

@asgharali97
Thank you for your contribution!
Let's discuss this during the website call today at 6:30 PM IST | 8 AM CT
Add it as an agenda item to the meeting minutes, if you would :)

@asgharali97
Copy link
Author

Hi @kishore08-07, Thank you for inviting. I would love to join

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/blog New posts or new blog functionality area/events

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Relocate partner logos to appropriate directory in static folder.

3 participants