mirror of
https://codeberg.org/theamazing0/portfolio.git
synced 2025-10-30 02:12:19 -04:00
10 lines
285 B
JSON
10 lines
285 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "portfolio",
|
|
// Update to today's date
|
|
"compatibility_date": "2025-07-22",
|
|
"assets": {
|
|
"directory": "./dist",
|
|
"not_found_handling": "404-page", // If you have a custom `src/pages/404.astro` page
|
|
},
|
|
}
|