tyrion / gridsome-plugin-netlify-cms-paths

Fix markdown image paths to work with Netlify CMS
10 stars 5 forks source link

Markdown links causing error #5

Closed tobyhage closed 4 years ago

tobyhage commented 4 years ago

Hello,

Thank you for this plugin :-)

When i use a markdown link for example:

[mailto](mailto:example@gmail.com)

There is an error during the build.

Error: /static/uploads/mailto:example@gmail.com was not found

at throwError (/node_modules/gridsome/lib/app/build/executeQueries.js:21:13) at pMap (/node_modules/gridsome/lib/app/build/executeQueries.js:50:9)

tyrion commented 4 years ago

This should be fixed in master. It would be great if you could confirm. Thanks for reporting the issue.

tobyhage commented 4 years ago

Yes now it is working. Thank you very much! Can you also update the npm package :-)

tyrion commented 4 years ago

Done