Skip to content

Commit

Permalink
Merge pull request #50 from ethereum/fleek-config
Browse files Browse the repository at this point in the history
Add Fleek config and bump node version
  • Loading branch information
franzihei authored Oct 25, 2023
2 parents 69106c2 + 91ecbca commit 1e9877a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .fleek.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"build": {
"image": "node:lts",
"command": "yarn && yarn build",
"publicDir": "docs"
}
}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.13.0
v18.15.0

0 comments on commit 1e9877a

Please sign in to comment.