dioxus-template
dioxus-template copied to clipboard
Using tailwind and query params breaks styling
In Dioxus.toml:
style = ["tailwind.css"]
should be replaced with
style = ["/tailwind.css"]
Otherwise the router will match tailwind and return the page instead.