posthtml-modules
posthtml-modules copied to clipboard
Relative href paths are not corrected when included
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
Any updates on this?????