Skip to content

Commit

Permalink
chore: fleek 404 (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertfolch-redeemeum committed Jun 19, 2023
1 parent d222944 commit dfa44cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .fleek.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": {
"baseDir": "",
"publicDir": "build",
"command": "npm run build",
"command": "npm run build && cp ./ipfs-404.html ./build/ipfs-404.html",
"rootDir": ""
}
}
1 change: 1 addition & 0 deletions .fleek_staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"build": {
"baseDir": "",
"publicDir": "build",
"command": "npm run build && cp ./ipfs-404.html ./build/ipfs-404.html",
"rootDir": ""
}
}

0 comments on commit dfa44cb

Please sign in to comment.