11 lines
231 B
Plaintext
11 lines
231 B
Plaintext
|
|
{
|
||
|
|
"$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"
|
||
|
|
}
|
||
|
|
}
|