docsite
docsite copied to clipboard
Page title is missing?
For eg., https://dioxuslabs.com/awesome does not have "Awesome" in title, which probably explains why it is not ranking higher in Google search:
Right now the title is hardcoded for the whole site here: https://github.com/DioxusLabs/docsite/blob/master/index.html#L4
This is somewhat related to https://github.com/DioxusLabs/dioxus/issues/1169. Until there is an official head solution, we will need to use web-sys to get the element and set the contents manually