add staging env
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
2025-09-04 18:11:16 +08:00
parent 8ce1c87dff
commit 095626b857
7 changed files with 16 additions and 12 deletions

View File

@@ -29,7 +29,7 @@ export default defineConfig({
server: {
proxy: {
"/media": {
target: process.env.WEB_URL,
target: process.env.PUBLIC_WEB_URL,
changeOrigin: true,
},
},