From e7de4009beade244bbfc46f0295ca5aa2b62c692 Mon Sep 17 00:00:00 2001 From: El-hacen21 Date: Sat, 11 May 2024 17:24:52 +0000 Subject: [PATCH] Configs to deploy using github pages --- index.html | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 23c73c14..eb99722c 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - fhEVM React demo + DRM system using Zama's fhEVM
diff --git a/package.json b/package.json index e8967115..ab00bdce 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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/" } \ No newline at end of file