diff --git a/netlify.toml b/deploys/other/netlify.toml similarity index 54% rename from netlify.toml rename to deploys/other/netlify.toml index ecf7510..445afa3 100644 --- a/netlify.toml +++ b/deploys/other/netlify.toml @@ -1,12 +1,12 @@ [build] command = "pip install -r requirements.txt" - functions = "deploys/other" + functions = "/" [[redirects]] from = "/index.html" - to = "/deploys/other/static/index.html" + to = "/static/index.html" status = 200 [functions] - directory = "deploys/other" + directory = "/"