From cbc17db44c18a19702938b3fe70ea3de81d326ea Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Mon, 1 Dec 2025 00:45:09 +0000 Subject: make it work --- source/about/wrangler.jsonc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 source/about/wrangler.jsonc (limited to 'source/about/wrangler.jsonc') diff --git a/source/about/wrangler.jsonc b/source/about/wrangler.jsonc new file mode 100644 index 0000000..887352a --- /dev/null +++ b/source/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 + } + ] +} -- cgit v1.2.3