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
By serving assets from the root directory you cannot have routes that have names the same as the folders built in such as src or any other you add to the app.
If we put index.html and all other static assets within a public folder this would only expose the assets that are needed.