Move docs deployment to Cloudflare

This commit is contained in:
Federico Jaramillo Martinez
2026-05-21 09:17:58 +02:00
parent 70eb47b47a
commit 1a91094a5b
3 changed files with 4 additions and 48 deletions
+4 -6
View File
@@ -1,14 +1,12 @@
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "pi-web",
"name": "pi-web-docs",
"compatibility_date": "2026-05-20",
"observability": {
"enabled": true
},
"assets": {
"directory": "."
},
"compatibility_flags": [
"nodejs_compat"
]
"directory": ".",
"not_found_handling": "404-page"
}
}