mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-24 13:26:11 +00:00
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:
parent
bef9262872
commit
e5048e6f0f
6 changed files with 46 additions and 6 deletions
23
wrangler.jsonc
Normal file
23
wrangler.jsonc
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue