Relocate /assets/images/partner to static/partners#7268
Relocate /assets/images/partner to static/partners#7268asgharali97 wants to merge 4 commits intolayer5io:masterfrom
Conversation
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 |
|
@asgharali97 merge conflicts to address. |
|
@asgharali97 can you resolve merge conflicts? |
|
Hi @saurabhraghuvanshii ,I noticed there’s another PR (#7439) addressing the same issue and it seems to have passing checks. Should I still proceed with updating this PR and resolving conflicts, or has that PR effectively replaced this one? |
|
@asgharali97 yeah also address the suggestion move images to static/images/patners |
|
@asgharali97 are you going to update this? |
|
Hi @saurabhraghuvanshii, Yes, I’m working on updating it. I’ve reset to the latest upstream and am reapplying the changes to align with the current structure. I’ll push an update shortly. |
6577e4a to
1878ab6
Compare
Co-authored-by: Copilot <copilot@github.com> Signed-off-by: Asghar Ali <asgharalifs48@gmail.com>
Signed-off-by: Asghar Ali <asgharalifs48@gmail.com>
Signed-off-by: Asghar Ali <asgharalifs48@gmail.com>
c718230 to
6f2f9f9
Compare
Signed-off-by: Asghar Ali <asgharalifs48@gmail.com>
|
🚀 Preview deployment: https://layer5.io/pr-preview/pr-7268/
|
|
Hi @saurabhraghuvanshii, I’ve addressed the issues and updated the PR. It is now ready for review. Please let me know if any further changes are needed. Thanks! |
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