sendanor / project-sendanor.fi

Join us in shaping the future of sendanor.fi. Your contributions, feedback, and involvement are invaluable to our continuous improvement and success.
https://sendanor.fi
MIT License
0 stars 0 forks source link

BUG Fix SEO content on react web resources like the index page #142

Closed thejhh closed 3 months ago

thejhh commented 3 months ago

URLs like https://www.sendanor.fi/ and https://www.sendanor.fi/index.html have stopped working.

This appears to be result of Hyperify IO refactoring, when SSR server code was made reusable, but Sendanor's website failed to call setMainReactRoutes(ALL_REACT_ROUTES); to initialize it.

Added also a call to initialze asynchronous statistics data right away at the same place, so that it's more likely that info to exist when request come later.