From 2d47d05e192820a118ac42f8739828172334b963 Mon Sep 17 00:00:00 2001 From: yjl9903 Date: Tue, 1 Oct 2024 14:50:20 +0800 Subject: [PATCH] chore: revert --- apps/frontend/web/wrangler.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/frontend/web/wrangler.toml b/apps/frontend/web/wrangler.toml index d8a4ff18..c471d23d 100644 --- a/apps/frontend/web/wrangler.toml +++ b/apps/frontend/web/wrangler.toml @@ -13,8 +13,8 @@ kv_namespaces = [ [vars] APP_HOST = "garden.test.breadio.wiki" SERVER_PROTOCOL = "https" -SERVER_HOST = "garden.breadio.wiki" -SERVER_BASE = "/api/" +SERVER_HOST = "test-animegarden.zeabur.app" +SERVER_BASE = "" [site] bucket = "./build/client"