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
There is no apparent way to configure the title (i.e. the html <title>) of the generated index.html file - it eems to be hard coded to "React App".
Of course I can edit the generated file, but I'd like to fully express my app in source and have my generated files production ready right out of the box.
I assume this can be accomplished with "eject" but that seems like an overkill for what should be a very common configuration requirement.