How do I get the initial load working?
sontek opened this issue · 2 comments
sontek commented
This async fetches the CSS if the page isn't the first page load. But it doesn't load the asset if its the first page. So you have to visit a different page and then go back to see the styles.
sontek commented
It was injecting into the body no matter what (I had inject: head). Once I put it in manually it all worked.