aboutsummaryrefslogtreecommitdiff
path: root/projects/about/wrangler.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'projects/about/wrangler.jsonc')
-rw-r--r--projects/about/wrangler.jsonc17
1 files changed, 17 insertions, 0 deletions
diff --git a/projects/about/wrangler.jsonc b/projects/about/wrangler.jsonc
new file mode 100644
index 0000000..887352a
--- /dev/null
+++ b/projects/about/wrangler.jsonc
@@ -0,0 +1,17 @@
+{
+ "name": "about-zue-dev",
+ "compatibility_date": "2025-03-01",
+ "assets": {
+ "directory": "./out/",
+ "not_found_handling": "single-page-application"
+ },
+ "observability": {
+ "enabled": true
+ },
+ "routes": [
+ {
+ "pattern": "about.zue.dev",
+ "custom_domain": true
+ }
+ ]
+}