Kremta-Website/wrangler.jsonc

11 lines
231 B
Plaintext
Raw Normal View History

2025-10-06 12:54:47 +00:00
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "astrogon",
// Update to today's date
"compatibility_date": "2025-07-01",
"assets": {
"directory": "./dist",
"not_found_handling": "404-page"
}
}