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