diff options
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" |
