website/wrangler.jsonc
Andrei Jiroh Halili e5048e6f0f
chore(global): update configs as usual
also update contents of the humans.txt file btw

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
2025-06-13 20:09:33 +08:00

23 lines
597 B
JSON

{
"$schema": "https://raw.githubusercontent.com/recaptimedev-labs/workers-config-schema/refs/heads/main/config-schema.json",
"name": "website",
"account_id": "cf0bd808c6a294fd8c4d8f6d2cdeca05",
"compatibility_date": "2025-06-01",
"assets": {
"directory": "./public",
"html_handling": "auto-trailing-slash",
"not_found_handling": "404-page",
"run_worker_first": false
},
"build": {
"command": "pipenv run build"
},
"workers_dev": true,
"preview_urls": true,
"routes": [
{
"custom_domain": true,
"pattern": "andreijiroh.dev"
}
]
}