Open aminya opened 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
href
a
components/somewhere.html
Any updates on this?????
If I include a component
./component/nav.html
from
index.html
The resulting
href
ina
is copied as-is. While it should be updated to becomponents/somewhere.html