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
As of version 3.1.0 if a page doesn't specify a title, the name from package.json is used in the titleTemplate config in the head config, either as the %s placeholder or the argument sent to the function. Previously, an empty string was used.
The reason this is a problem is that we have this function as the titleTemplate:
Which allows us to have "Sub page | App name" if a page specifies "Sub page" as the title, and just "App name" if a page doesn't specify a title. Now "name from package.json | App name" is used instead.
This was changed in #363. Is this change intentional?
The text was updated successfully, but these errors were encountered:
As of version 3.1.0 if a page doesn't specify a title, the name from package.json is used in the titleTemplate config in the head config, either as the
%s
placeholder or the argument sent to the function. Previously, an empty string was used.The reason this is a problem is that we have this function as the titleTemplate:
Which allows us to have "Sub page | App name" if a page specifies "Sub page" as the title, and just "App name" if a page doesn't specify a title. Now "name from package.json | App name" is used instead.
This was changed in #363. Is this change intentional?
The text was updated successfully, but these errors were encountered: