From 90f22038845c6a75ea956998020ab6e54aa10b39 Mon Sep 17 00:00:00 2001 From: Lyric <5h3ll3x@gmail.com> Date: Thu, 18 Jul 2024 18:00:08 +0900 Subject: [PATCH] chore: Update routes in wrangler.toml files --- 1000-hours/wrangler.toml | 2 +- entry/wrangler.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"