chore(global): update configs as usual

also update contents of the humans.txt file btw

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
Andrei Jiroh Halili 2025-06-13 20:09:33 +08:00
parent bef9262872
commit e5048e6f0f
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
6 changed files with 46 additions and 6 deletions

23
wrangler.jsonc Normal file
View file

@ -0,0 +1,23 @@
{
"$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"
}
]
}