diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2025-12-01 00:45:09 +0000 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2025-12-01 00:45:09 +0000 |
| commit | cbc17db44c18a19702938b3fe70ea3de81d326ea (patch) | |
| tree | c44ef96fc9e66ecb013e99b5d8e2dc8ce333ffc9 /source/about/wrangler.jsonc | |
| parent | 3ea515a495e54d63f4d16c1448eb09eba527e976 (diff) | |
| download | zue.dev-cbc17db44c18a19702938b3fe70ea3de81d326ea.tar zue.dev-cbc17db44c18a19702938b3fe70ea3de81d326ea.tar.gz zue.dev-cbc17db44c18a19702938b3fe70ea3de81d326ea.tar.bz2 zue.dev-cbc17db44c18a19702938b3fe70ea3de81d326ea.tar.xz zue.dev-cbc17db44c18a19702938b3fe70ea3de81d326ea.zip | |
make it work
Diffstat (limited to 'source/about/wrangler.jsonc')
| -rw-r--r-- | source/about/wrangler.jsonc | 17 |
1 files changed, 17 insertions, 0 deletions
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 + } + ] +} |
