-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat: upload images from fs not URLs #335
Conversation
I am not entirely sure if we should include the API url in the src of the image elements as they might change. Let me know what you guys think. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just the one other thing:
I'm not sure. The simplest approach is probably just to store the full URL and, if that changes, handle that separately. e.g. update the db or put in redirects to the new location. @raisedadead any thoughts? |
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This PR was ready to merge, but the lint check is now failing after I tried resolving the merge conflicts... Asking for help in the team chat. |
Checklist:
Update index.md
)Closes #259