posthtml / posthtml-modules

Modules Plugin
MIT License
84 stars 11 forks source link

Relative href paths are not corrected when included #89

Open aminya opened 2 years ago

aminya commented 2 years ago

If I include a component

./component/nav.html

<nav class="nav">
    <a href="somewhere.html" class="href"></a>
</nav>

from

index.html

<module href="component/nav.html"></module>

The resulting href in a is copied as-is. While it should be updated to be components/somewhere.html

arthurfiorette commented 1 year ago

Any updates on this?????