added asset binding

This commit is contained in:
2025-08-18 13:58:57 -05:00
parent 11e27c3b3a
commit f14ffae65f
+5 -1
View File
@@ -1,4 +1,8 @@
name = "confessions-of-grace"
main = ".open-next/worker.js"
compatibility_date = "2025-03-25"
compatibility_flags = ["nodejs_compat"]
compatibility_flags = ["nodejs_compat"]
[assets]
directory = ".next/assets"
binding = "ASSETS"