shepherdjerred / astro-opengraph-images

Generate Open Graph images for your Astro site.
https://www.npmjs.com/package/astro-opengraph-images
GNU General Public License v3.0
4 stars 2 forks source link

Hotfix for absolute paths #30

Closed FabulousCodingFox closed 1 week ago

FabulousCodingFox commented 1 week ago

The trim() method did not actually trim the string but rather made it relative to the current PWD. This new path also began with a '/' char, making it being handled as an absolute path.

FabulousCodingFox commented 1 week ago

This can cause problems in certain cases creating misformatted relative paths that cant be read by node. Should be merged ASAP

shepherdjerred commented 1 week ago

I'll add some tests soon.