From f9c55141b0e2c7f114fbe179ac206615d980b2b8 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sat, 28 Feb 2026 14:31:08 +0000 Subject: [PATCH] Edit Procfile via Editor --- Procfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Procfile b/Procfile index e203341..ebb1830 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn gatsby.wsgi --bind 0.0.0.0:8000 \ No newline at end of file +web: gunicorn config.wsgi --bind 0.0.0.0:8000 \ No newline at end of file