mirror of
https://github.com/10h30/astroplate.git
synced 2026-06-05 15:08:00 +09:00
12 lines
284 B
JSON
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",
|
|
},
|
|
}
|