Closed birkskyum closed 1 year ago
When using i.e. the Nav.Link it uses "a" tags rather than the enhanced "A" tags from SolidStart which gives better client side rendering. Are there any ways I can opt into the A-tags?
Did you try <Nav.Link as={A}>?
<Nav.Link as={A}>
No, thanks, I'll try that!
When using i.e. the Nav.Link it uses "a" tags rather than the enhanced "A" tags from SolidStart which gives better client side rendering. Are there any ways I can opt into the A-tags?