Closed matto2 closed 5 years ago
Confirming that links work following the example provided:
<sergey-link to="index.html">Home</sergey-link>
Becomes:
<a href="index.html">Home</a>
I spent some time figuring out why it didn't work at first for me ... and I can confirm that sergey fails when you have a class in the link, for example:
<sergey-link to="index.html" class="my-link-class">Home</sergey-link>
Will fail ⚠️
@whyboris Ahh, great spot, thanks for investigating - I'll have a look into it!
I tried switching the navigation from standard html to sergy-links, but they did not rendering as links.