chore: Update routes in wrangler.toml files

This commit is contained in:
Lyric
2024-07-18 18:00:08 +09:00
parent 74f28f8c57
commit 90f2203884
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"