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"