13 lines
309 B
JSON
13 lines
309 B
JSON
{
|
|
// Set this to the name of your project.
|
|
"name": "ffsblog",
|
|
// Set this to today's date in YYYY-MM-DD format.
|
|
"compatibility_date": "2026-07-30",
|
|
"build": {
|
|
"command": "chmod a+x build.sh && ./build.sh"
|
|
},
|
|
"assets": {
|
|
"directory": "./public",
|
|
"not_found_handling": "404-page"
|
|
}
|
|
} |