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

docs (gatsby-plugin-image): Remove filesystem from config #29802

Merged
merged 3 commits into from
Mar 2, 2021

Conversation

laurieontech
Copy link
Contributor

@laurieontech laurieontech commented Feb 26, 2021

I thought we'd already made this change, but making it now. This is an invalid config.

@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Feb 26, 2021
@laurieontech laurieontech added status: needs docs review Pull request related to documentation waiting for review and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels Feb 26, 2021
`gatsby-transformer-sharp`,
],
}
```

If you already have some of these plugins installed, please check that they're updated to the latest version.

Note that `gatsby-source-filesystem` is not included in this config. If you are sourcing from your local filesystem to use `GatsbyImage` please configure accordingly. Otherwise, downloading the dependency without configuration is sufficient.

Copy link
Contributor

Choose a reason for hiding this comment

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

Is this going to be confusing?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

My instinct is that we have to say something? And having them configure it for an arbitrary folder they aren't sourcing seems unhelpful.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

cc: @meganesu Would love your take on this. Either way we need to change the existing config, so should figure out which option is the most helpful.

@laurieontech laurieontech merged commit 4797088 into master Mar 2, 2021
@laurieontech laurieontech deleted the docs/images branch March 2, 2021 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs docs review Pull request related to documentation waiting for review
2 participants