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