Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added persistent node update to relative image paths #64

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

AyronK
Copy link

@AyronK AyronK commented Jul 6, 2024

Current solution only works in development build, which already had been addressed in various issues. The cause for the common "null" instead of image comes from in-memory node processing which does not persist throughout Gatsby build pipeline.

#56
#61

#61 (comment)

Proof of working

Before the change

image

After the change

image

Current solution only works in development build, which already had been addressed in various issues. The cause for the common "null" instead of image comes from in-memory node processing which does not persist throughout Gatsby build pipeline.
@AyronK
Copy link
Author

AyronK commented Jul 6, 2024

@danielmahon please look into this as this bug is mentioned in multiple issues across your plugin, netlify and gatsby itself.

Copy link

@mrkaluzny mrkaluzny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AyronK There's a missing type definition in GatsbyPluginArgs

@AyronK
Copy link
Author

AyronK commented Jul 20, 2024

@mrkaluzny comments resolved, could you have a look?

@AyronK AyronK requested a review from mrkaluzny July 20, 2024 13:59
@mrkaluzny mrkaluzny mentioned this pull request Sep 19, 2024
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