added wrangler.toml and build.sh for Cloudflare Workers

This commit is contained in:
2025-08-18 15:17:21 -05:00
parent 3791597da6
commit f436cfc1d0
2 changed files with 38 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
name = "zola-worker"
compatibility_date = "2025-08-18"
workers_dev = true
routes = [
{ pattern = "minecraft.enclaveis.com", custom_domain = true }
]
[build]
command = './build.sh'
[assets]
directory = "./public/"
not_found_handling = "404-page"