Closed vvivanloc closed 3 years ago
Is that so bad from SSR point of view? Is Google crawler is able to trigger client side redirect?
@vvivanloc c'est toujours ouvert, on devrait supprimer https://github.com/ToulouseDataViz/website/blob/main/src/pages/hackaviz.js#L21
Currently, the hackaviz page is a client side rendering... which is bad?
A proper SSR redirect would be to use gatsby-node.js redirection or createRedirect action.