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

Add images locally #51

Open
RichardLitt opened this issue Mar 15, 2022 · 3 comments
Open

Add images locally #51

RichardLitt opened this issue Mar 15, 2022 · 3 comments
Labels

Comments

@RichardLitt
Copy link
Member

Right now, all of the images for the profile pictures comes from external sources. While this helps us out with hosting, it adds a cost for those websites and it isn't long-lived on our end.

I propose that we move all of these images locally. I don't know if there is currently an image optimization setup for uploading and linking local images. @flickz Do you know if there is one?

@RichardLitt
Copy link
Member Author

It should be easy enough to grep for all image links and then curl them into a local folder, as a way of getting this process started.

@flickz
Copy link
Contributor

flickz commented Mar 17, 2022

We currently use gatsby, it has support for image optimization.

https://www.gatsbyjs.com/docs/working-with-images/

@RichardLitt
Copy link
Member Author

Does the image link field currently support local addresses?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants