add netlify toml

This commit is contained in:
Blake Blackshear 2023-11-17 05:24:49 -06:00
parent e6a5ae9882
commit b926c3af0d

7
netlify.toml Normal file
View File

@ -0,0 +1,7 @@
[build]
base = "docs/"
publish = "docs/build"
command = "npm run build"
environment = { NODE_VERSION = "20" }