Relocate /assets/images/partner to static/partners#7268
Relocate /assets/images/partner to static/partners#7268asgharali97 wants to merge 3 commits intolayer5io:masterfrom
Conversation
Signed-off-by: asgharali97 <[email protected]>
a1cf1b7 to
8103b32
Compare
Signed-off-by: asgharali97 <[email protected]>
97975de to
01661a8
Compare
|
@asgharali97 build faling please fix that |
|
Hi @saurabhraghuvanshii, 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. |
|
@asgharali97 |
|
Hi @kishore08-07, Thank you for inviting. I would love to join |
Description
This PR fixes #7256 by relocating
assets/images/partnerstostatic/partnersand 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
static/are used; assets are referenced via absolute paths.Signed commits