Files
astroplate/wrangler.jsonc
T
2026-03-02 14:26:23 +06:00

12 lines
284 B
JSON

{
// Cloudflare Workers — Static Assets deployment
// Deploy: npm run deploy:cf-workers
// Preview: npm run preview:cf-workers
"name": "astroplate",
"compatibility_date": "2026-03-02",
"assets": {
"directory": "./dist",
"not_found_handling": "404-page",
},
}