[AI Start Development_002] Add Image
Image insertion
I inserted an image, and when I wrote, I thought that I couldn't see it, because it was an absolute path, so of course I couldn't see it, and that I would try to distribute it and see it again.

Again, the image is not visible.

"If you look at the image here, you can't see the uploaded image. If you look at the collar, the image is uploaded
I think there is. Can you check the route shown? "
When asked, explain as below:

⏺ Let's check the image path on GitHub.
⏺ The images went well on GitHub public/images/, but the problem was that Vercel since we only serve public/folders, images uploaded later will not be able to find the path.
Searched for 1 pattern, read 1 file (ctrl + o to expand)
⏺ I checked the cause. It currently returns a URL to/images/filename.png, which is Vercel's the public/folder is fixed at build time and cannot serve newly uploaded images.
Edit to link directly to the GitHub raw URL.
⏺ The previously uploaded images now need to be modified from markdown to raw URLs as well. Currently
Determine the image path in use in the post.
⏺ The path has been rerouted correctly, it will be reflected on GitHub.
⏺ You've deployed! Your image should now look good.
Cause Summary: Because Vercel only serves public/folders at the time of build,
The added image could not be accessed via/images/... path. GitHub raw
Fixed direct link to URL: raw.githubusercontent.com/...
✻ Cooked for 1m 56s
This is how you will be informed.
Are you really reading my mind???
In the old days, you had to find the cause, solve it, distribute it, even write a summary of the cause and a report of the result. In a way, it may have been the amount of hours you had to work alone, but I can only admire you for doing this in a few minutes...
backtodev
A 40-something PM returns to code. Learning, failing, and growing.