lucacasonato / dext.ts

The Preact Framework for Deno
https://deno.land/x/dext
MIT License
241 stars 8 forks source link

fix: ignore query string in href or navigate #69

Closed kt3k closed 3 years ago

kt3k commented 3 years ago

This PR enables to use query strings when navigating in a dext-built site. You can check the behavior in example site.

With this change, <a href="/some/page?some=param">...</a> and navigate("/some/page?some=param") work.