Closed estebanabaroa closed 1 year ago
It is possible to achieve this in plebbit by editing page title from javascript:
document.title = post.title
this doesnt seem to work well for me, it seems to flicker
https://plebbit-test.netlify.app/#/p/12D3KooWG3XbzoVyAE6Y9vHZKF64Yuuu4TjdgQKedk14iYmTEPWu/c/QmSEsdScR76G1rvo9hB94kQKNbftuwVM5CTwuGLnFeLDmb
also the default meta title should be lowercase imo. It should be "plebbit" not "Plebbit"
It is possible to achieve this in plebbit by editing page title from javascript: