ToulouseDataViz / website

L'espace de dévelopment du site web toulouse-dataviz.fr
2 stars 2 forks source link

hackaviz / SSR redirect #104

Closed vvivanloc closed 3 years ago

vvivanloc commented 3 years ago

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.

vvivanloc commented 3 years ago

Is that so bad from SSR point of view? Is Google crawler is able to trigger client side redirect?

emaulandi commented 3 years ago

Voir https://github.com/ToulouseDataViz/website/pull/97#discussion_r716201970

emaulandi commented 3 years ago

@vvivanloc c'est toujours ouvert, on devrait supprimer https://github.com/ToulouseDataViz/website/blob/main/src/pages/hackaviz.js#L21