You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a project needs to change the title anchors existing links can break. Usually we'd use mod_rewrite to deal with updated links but that's not an option for anchors. We could, however, do it with some client-side javascript.
We could consume some kind of simple properties file during the generation:
my-badly-named-title=feature-something-good
The text was updated successfully, but these errors were encountered:
If a project needs to change the title anchors existing links can break. Usually we'd use
mod_rewrite
to deal with updated links but that's not an option for anchors. We could, however, do it with some client-side javascript.We could consume some kind of simple properties file during the generation:
my-badly-named-title=feature-something-good
The text was updated successfully, but these errors were encountered: