Browse Source

Cleanup

pull/32/merge
Luke Childs 2 years ago
parent
commit
ab1a4025f5
  1. 4
      .gitignore
  2. 1
      .nvmrc
  3. 8
      netlify.toml

4
.gitignore

@ -5,6 +5,4 @@ node_modules
npm-debug.log npm-debug.log
yarn.lock yarn.lock
yarn-error.log yarn-error.log
.vercel
# Local Netlify folder
.netlify

1
.nvmrc

@ -1 +0,0 @@
12

8
netlify.toml

@ -1,8 +0,0 @@
[build]
functions = "api"
[[redirects]]
from = "/api/*"
to = "/.netlify/functions/:splat"
status = 200
[build.environment]
ZISI_VERSION = "0.4.0-7"
Loading…
Cancel
Save