From 15adcb9bd7a369c52e890e0ea831dcf63790c546 Mon Sep 17 00:00:00 2001 From: Erisa A Date: Tue, 12 Jul 2022 01:01:44 +0100 Subject: [PATCH] Oops, uncomment the route --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 16d95a2..e9085d2 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -11,4 +11,4 @@ compatibility_date = "2022-07-05" # Remove or comment out the route line if using workers_dev workers_dev = false -#route = { pattern = "erisa.link/*", zone_name = "erisa.link" } +route = { pattern = "erisa.link/*", zone_name = "erisa.link" }