Skip to content

Commit

Permalink
fix for home path
Browse files Browse the repository at this point in the history
  • Loading branch information
fenix2222 authored Feb 5, 2024
1 parent 66e7997 commit b58bed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"engines": {
"node": ">=18.0.0"
},
"homepage": "/dapp",
"homepage": "/",
"scripts": {
"contracts:compile:abi": "typechain --target ethers-v5 --out-dir src/constants/abis/types \"./src/constants/abis/**/*.json\"",
"prestart": "yarn contracts:compile:abi",
Expand Down

0 comments on commit b58bed0

Please sign in to comment.