mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-24 05:24:21 +00:00
also update contents of the humans.txt file btw Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
23 lines
597 B
JSON
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"
|
|
}
|
|
]
|
|
}
|