aboutsummaryrefslogtreecommitdiff
path: root/projects/about/wrangler.jsonc
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2025-10-30 23:40:37 +0000
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2025-10-30 23:40:37 +0000
commit2131d5fec97f6163678fdec40dd2d6e9f7a5e58c (patch)
tree4e914c764809acdaa869598f10fd5016e386ac53 /projects/about/wrangler.jsonc
parente9b62b2bc620bae72daa32d6b96bd5e59b2a293f (diff)
downloadzue.dev-2131d5fec97f6163678fdec40dd2d6e9f7a5e58c.tar
zue.dev-2131d5fec97f6163678fdec40dd2d6e9f7a5e58c.tar.gz
zue.dev-2131d5fec97f6163678fdec40dd2d6e9f7a5e58c.tar.bz2
zue.dev-2131d5fec97f6163678fdec40dd2d6e9f7a5e58c.tar.xz
zue.dev-2131d5fec97f6163678fdec40dd2d6e9f7a5e58c.zip
restructure repo into a monorepo
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
+ }
+ ]
+}