diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 649f39a..0000000 --- a/netlify.toml +++ /dev/null @@ -1,11 +0,0 @@ -[build] - command = "python app/keepyourmouthshut.py" - publish = "keepyourmouthshut/app" # Adjust the path based on your project structure - -[dev] - command = "python app/keepyourmouthshut.py" - -[[redirects]] - from = "/*" - to = "/index.html" - status = 200