~ajhalili2006's personal website, built with Zensical (successor of Material for Mkdocs) [old repo name got bugged while attempting to do manual knot migration via repo deletion]
andreijiroh.dev
zensical
mkdocs-material
website
1{
2 "$schema": "https://raw.githubusercontent.com/recaptimedev-labs/workers-config-schema/refs/heads/main/config-schema.json",
3 "name": "website",
4 "account_id": "cf0bd808c6a294fd8c4d8f6d2cdeca05",
5 "compatibility_date": "2025-06-01",
6 "assets": {
7 "directory": "./public",
8 "html_handling": "auto-trailing-slash",
9 "not_found_handling": "404-page",
10 "run_worker_first": false
11 },
12 "build": {
13 "command": "pipenv run build"
14 },
15 "workers_dev": true,
16 "preview_urls": true,
17 "routes": [
18 {
19 "custom_domain": true,
20 "pattern": "andreijiroh.dev"
21 }
22 ]
23}