daaru00 / gridsome-plugin-i18n

Gridsome plugin for i18n
MIT License
53 stars 12 forks source link

Add custom method to merge path parts #9

Closed daaru00 closed 4 years ago

daaru00 commented 4 years ago

Avoid using path package, it use backslash on Windows system. This fix add a method with a custom logic to avoid this behaviour.

PS: Made a try with url.resolve but wasn't made for this and it does not have the desired effect