chore: Update routes in wrangler.toml files
This commit is contained in:
@@ -4,7 +4,7 @@ type = "webpack"
|
|||||||
workers_dev = false
|
workers_dev = false
|
||||||
compatibility_date = "2023-03-23"
|
compatibility_date = "2023-03-23"
|
||||||
|
|
||||||
routes = ["vtp.1000h.org/*", "1000h.org/*"]
|
routes = ["vtp.1000h.org/*"]
|
||||||
|
|
||||||
[site]
|
[site]
|
||||||
bucket = "./.vitepress/dist"
|
bucket = "./.vitepress/dist"
|
||||||
|
|||||||
@@ -3,12 +3,12 @@ main = "index.js"
|
|||||||
workers_dev = false
|
workers_dev = false
|
||||||
compatibility_date = "2023-03-23"
|
compatibility_date = "2023-03-23"
|
||||||
|
|
||||||
routes = ["next.1000h.org/*"]
|
routes = ["1000h.org/*"]
|
||||||
services = [
|
services = [
|
||||||
{ binding = "vtp", service = "1000h-vtp" },
|
{ binding = "vtp", service = "1000h-vtp" },
|
||||||
{ binding = "portal", service = "1000h-portal" },
|
{ binding = "portal", service = "1000h-portal" },
|
||||||
]
|
]
|
||||||
|
|
||||||
[vars]
|
[vars]
|
||||||
HOST = "https://next.1000h.org"
|
HOST = "https://1000h.org"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user