diff --git a/package.json b/package.json index 4c6d3cf22..001519f14 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "berry-material-react-free", "version": "3.0.1", "private": true, - "homepage": "https://berrydashboard.io/free", "dependencies": { "@emotion/cache": "^11.4.0", "@emotion/react": "^11.4.0", diff --git a/src/config.js b/src/config.js index a5d5db571..17bbf04a5 100644 --- a/src/config.js +++ b/src/config.js @@ -1,7 +1,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: '/free', + basename: '', defaultPath: '/dashboard/default', fontFamily: `'Roboto', sans-serif`, borderRadius: 12