diff --git a/Anexos/create-react-app/src/config.js b/Anexos/create-react-app/src/config.js index 2f07445..68203fa 100644 --- a/Anexos/create-react-app/src/config.js +++ b/Anexos/create-react-app/src/config.js @@ -2,7 +2,7 @@ const config = { // basename: only at build time to set, and Don't add '/' at end off BASENAME for breadcrumbs, also Don't put only '/' use blank('') instead, // like '/berry-material-react/react/default' basename: '', - defaultPath: '', + defaultPath: '/login', fontFamily: `'Roboto', sans-serif`, borderRadius: 12 };