portfolio/wrangler.jsonc

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
},
}