This release addresses issue #33 by introducing support for custom image links in cases where the OG image is not found. Additionally, the OG image fetch process has been moved to the server-side to resolve CORS issues that occurred when fetching the image via JavaScript on the client-side.
I've also resolved Docker issue #6 by replacing the development Flask server with Gunicorn, resulting in significantly improved performance and faster response times. While we still use a single worker (as JSON can only be processed by one process at a time), this change optimizes the overall handling of requests.
Please note that after the initial setup, a restart will be required due to Gunicorn’s need to reload after creating environment and data files. You will receive a prompt if a restart is necessary.