Skip to content

Commit 76c40d8

Browse files
committed
add wrangler docs
1 parent e0bee27 commit 76c40d8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/wrangler.jsonc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "node_modules/wrangler/config-schema.json",
3+
"name": "my-astro-app",
4+
// Update to today's date
5+
"compatibility_date": "2025-03-25",
6+
"assets": {
7+
"directory": "./dist",
8+
"not_found_handling": "404-page" // If you have a custom `src/pages/404.astro` page
9+
}
10+
}

0 commit comments

Comments
 (0)