We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa17ed commit 3483881Copy full SHA for 3483881
.env.production
@@ -2,7 +2,7 @@
2
VITE_BASE_PUBLIC_PATH="/"
3
4
# Request url.
5
-VITE_REQUEST_BASE_URL="/api"
+VITE_REQUEST_BASE_URL="https://jsonplaceholder.typicode.com"
6
7
# Request url with proxy.
8
-VITE_REQUEST_BASE_URL_PROXY="https://jsonplaceholder.typicode.com"
+VITE_REQUEST_BASE_URL_PROXY=""
0 commit comments