Skip to content

Commit

Permalink
Update vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossen27 authored May 6, 2024
1 parent 522b9b3 commit a66761d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
},
Expand Down

0 comments on commit a66761d

Please sign in to comment.