jsakamoto / Toolbelt.Blazor.HeadElement

Head element support (change the document title, "meta" elements such as OGP, and "link" elements) for Blazor apps.
https://demo-blazor-headelement.azurewebsites.net/
Mozilla Public License 2.0
159 stars 11 forks source link

After update to 6.0.0 the tab text will not automatically update #22

Closed Tytrobot closed 3 years ago

Tytrobot commented 3 years ago

After update to 6.0.0 the tab text will not automatically update. If I go to a new page, the tab text remains the same. Hit refresh, and it changes. I am also using the server prerendering.

It worked fine the day before the 6.0.0 update. No other changes were made.

Tytrobot commented 3 years ago

Hello, I'm sorry, its working perfectly! I forgot to update the files under wwwroot_content\Toolbelt.Blazor.HeadElement.Services Updated the files, and all is well.

Thanks, Ty