From 11e27c3b3a483d6d1d97ae6a51575c19edc353a1 Mon Sep 17 00:00:00 2001 From: auggie2lbcf Date: Mon, 18 Aug 2025 13:52:31 -0500 Subject: [PATCH] removed assets binding --- wrangler.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index a706737..becc8f0 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,8 +1,4 @@ name = "confessions-of-grace" main = ".open-next/worker.js" compatibility_date = "2025-03-25" -compatibility_flags = ["nodejs_compat"] - -[assets] -directory = ".open-next/assets" -binding = "ASSETS" \ No newline at end of file +compatibility_flags = ["nodejs_compat"] \ No newline at end of file