diff --git a/.gitignore b/.gitignore index d4e905a..0d9e9ef 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,4 @@ node_modules npm-debug.log yarn.lock yarn-error.log - -# Local Netlify folder -.netlify +.vercel diff --git a/.nvmrc b/.nvmrc deleted file mode 100644 index 48082f7..0000000 --- a/.nvmrc +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 0ed6d6f..0000000 --- a/netlify.toml +++ /dev/null @@ -1,8 +0,0 @@ -[build] - functions = "api" -[[redirects]] - from = "/api/*" - to = "/.netlify/functions/:splat" - status = 200 -[build.environment] - ZISI_VERSION = "0.4.0-7"