From a66761d935b36583808f94b5f1e583c42e9d2de6 Mon Sep 17 00:00:00 2001 From: RossenLin <97585139+Rossen27@users.noreply.github.com> Date: Mon, 6 May 2024 15:20:33 +0800 Subject: [PATCH] Update vite.config.js --- frontend/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/vite.config.js b/frontend/vite.config.js index 0a85326..31bfee2 100644 --- a/frontend/vite.config.js +++ b/frontend/vite.config.js @@ -10,7 +10,7 @@ export default defineConfig({ "/api": { // target: "http://localhost:3000", // Firebase Hosting 的 URL // secure: false, // Firebase Hosting 是 https,因此設為 true - target: "https://shopit-v1-c66ae.web.app", // Firebase Hosting 的 URL + target: "https://rossen-hua.onrender.com/", secure: true, // Firebase Hosting 是 https,因此設為 true }, },