diff --git a/.fleek.json b/.fleek.json new file mode 100644 index 00000000..c16a22d8 --- /dev/null +++ b/.fleek.json @@ -0,0 +1,7 @@ +{ + "build": { + "image": "node:lts", + "command": "yarn && yarn build", + "publicDir": "docs" + } +} \ No newline at end of file diff --git a/.nvmrc b/.nvmrc index 0e9dc6b5..e048c8ca 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v18.13.0 +v18.15.0