I followed the Astro live-import tutorial, and everything worked fine until I imported the image using the inkdrop://file:* path. After that, the blog started throwing errors.
Is there any way to retrieve the actual file path of the image I imported? This would allow me to manually reference it, but ideally, I would prefer to rewrite the scripts to automate the process.
Environment
Platform: macOs
Platform version: 13.7.1
App Version: 5.10.0
How to reproduce
Create a note and post image inside and u would get a link
run the scripts pnpm run live-import
it did add new md file in posts, but the image link would cause the error.