-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwrangler.jsonc
More file actions
16 lines (16 loc) · 816 Bytes
/
Copy pathwrangler.jsonc
File metadata and controls
16 lines (16 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "millennium-solutions",
"compatibility_date": "2026-08-09",
"compatibility_flags": ["nodejs_compat"],
// VitePress builds to .vitepress/dist from the repo root (no docs/ subdir). The build command
// `npm run docs:build` runs `predocs:build` first, generating the computed pages (dashboard,
// boundaries, CHALLENGES, HEART, ACCOUNTING) so no links are dead on a fresh clone.
"assets": { "directory": ".vitepress/dist" }
// Both TLDs: same content, license-differentiated (.org non-profit / .com commercial). Add the zones
// to this Cloudflare account, then uncomment to serve on both:
// ,"routes": [
// { "pattern": "uuidna.org", "custom_domain": true },
// { "pattern": "uuidna.com", "custom_domain": true }
// ]
}