diff --git a/src/package.json b/src/package.json index 4525459..eb32339 100644 --- a/src/package.json +++ b/src/package.json @@ -2,6 +2,7 @@ "name": "aclimate_susano", "version": "0.1.0", "private": false, + "homepage": "https://ciat-dapa.github.io/aclimate_susano/", "dependencies": { "@tabler/icons-react": "^3.17.0", "@testing-library/jest-dom": "^5.17.0", @@ -22,6 +23,8 @@ "web-vitals": "^2.1.4" }, "scripts": { + "predeploy": "npm run build", + "deploy": "gh-pages -d build", "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test",