From 533143614859c080bcd6c2bb658348e897c2fd7b Mon Sep 17 00:00:00 2001 From: Lyric <5h3ll3x@gmail.com> Date: Tue, 25 Jun 2024 22:40:15 +0900 Subject: [PATCH] chore: Update wrangler.toml routes to include 1000h.org --- 1000-hours/wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1000-hours/wrangler.toml b/1000-hours/wrangler.toml index 0b31a14a..af4e5364 100644 --- a/1000-hours/wrangler.toml +++ b/1000-hours/wrangler.toml @@ -4,7 +4,7 @@ type = "webpack" workers_dev = false compatibility_date = "2023-03-23" -routes = ["vtp.1000h.org/*"] +routes = ["vtp.1000h.org/*", "1000h.org/*"] [site] bucket = "./.vitepress/dist"