DEV Community

Discussion on: Svelte 3 - How to integrate with svelte routing

Collapse
 
kodertian profile image
kodertian

Nice tutorial! ... I was wondering how I could change the current page's title? The way I understand until now is that the title comes from the public located file index.html, but it would be nice to have a different title according to the current page.

Collapse
 
lukocastillo profile image
Luis Castillo

Good catch, definitely this is a great feature I will create a new post to explain how can we set a Title dynamically or if you already found a workaround I will be happy to see the implementation.