wrangler.toml (244B)
1 2 3 4 5 6 7 8 9 10 11 12 13
name = "site-git" main = "index.js" compatibility_date = "2025-12-15" [assets] binding = "ASSETS" directory = "./public" run_worker_first = ["/style.css"] [env.production] routes = [ { pattern = "git.maydayv7.dev", custom_domain = true } ]