Modifying <body> tag
I am trying to figure out how to modify the body tag to remove a certain class for certain pages to no avail.
The class needs to be removed from the body for pages that do not have a sidebar.
this only works when i load a page for the first time or refresh
1 Reply
Use createEffect and useLocation if you have solid-router installed