diff --git a/1000-hours/wrangler.toml b/1000-hours/wrangler.toml index af4e5364..0b31a14a 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/*", "1000h.org/*"] +routes = ["vtp.1000h.org/*"] [site] bucket = "./.vitepress/dist" diff --git a/entry/wrangler.toml b/entry/wrangler.toml index 99041fd2..0df54e14 100644 --- a/entry/wrangler.toml +++ b/entry/wrangler.toml @@ -3,12 +3,12 @@ main = "index.js" workers_dev = false compatibility_date = "2023-03-23" -routes = ["next.1000h.org/*"] +routes = ["1000h.org/*"] services = [ { binding = "vtp", service = "1000h-vtp" }, { binding = "portal", service = "1000h-portal" }, ] [vars] -HOST = "https://next.1000h.org" +HOST = "https://1000h.org"