Skip to content

Commit

Permalink
Configs to deploy using github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Segue21 committed May 11, 2024
1 parent a2c2906 commit e7de400
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>fhEVM React demo</title>
<title>DRM system using Zama's fhEVM</title>
</head>
<body>
<div id="root"></div>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
"deploy": "gh-pages -d ."
},
"dependencies": {
"animate.css": "^4.1.1",
Expand Down Expand Up @@ -39,5 +39,5 @@
"typescript": "^5.0.2",
"vite": "^5.0.4"
},
"homepage": "https://github.com/El-hacen21/zama_bounty"
"homepage": "https://el-hacen21.github.io/zama_bounty/"
}

0 comments on commit e7de400

Please sign in to comment.