mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-11 10:46:07 +09:00
feat: wrangler file added
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
// 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",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user