diff options
| author | u <@> | 2026-03-10 13:09:12 +0200 |
|---|---|---|
| committer | u <@> | 2026-03-10 13:09:12 +0200 |
| commit | 42fc36be7be96f48a8189c2190f867aa06079abd (patch) | |
| tree | 9eaa823f58429b28b92a093b5aa92e742057b305 /wrangler.toml | |
| parent | 52794f9153186b3033beb4b81ef42d1711a9904d (diff) | |
a
Diffstat (limited to 'wrangler.toml')
| -rw-r--r-- | wrangler.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/wrangler.toml b/wrangler.toml index 5dc0e7c..3e66e78 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -8,3 +8,11 @@ command = "cargo install -q \"worker-build@^0.7\" && worker-build --release" [assets] directory = "./assets" binding = "ASSETS" + +[[routes]] +pattern = "ataxia.moe" +custom_domain = true + +[[routes]] +pattern = "ataxia.moe/*" +zone_name = "ataxia.moe" |
