We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0bee27 commit 76c40d8Copy full SHA for 76c40d8
docs/wrangler.jsonc
@@ -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