added wrangler.toml and build.sh for Cloudflare Workers
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user