We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996abd2 commit 1f0e270Copy full SHA for 1f0e270
.env
@@ -2,5 +2,5 @@
2
# https://itnext.io/configure-absolute-paths-with-create-react-app-and-flow-e4b8922676a2
3
NODE_PATH=src/
4
5
-NODE_PUBLIC_URL=https://andersonmmi.github.io/ching-exchange-implimentation/
+NODE_PUBLIC_URL=https://andersonmmi.github.io/ching-exchange-implimentation
6
# REACT_APP_PUBLIC_URL=https://72aa6e93.ngrok.io
src/constants/config.js
@@ -9,7 +9,9 @@ const {
9
10
const IS_PRODUCTION = REACT_APP_ENV === 'production'
11
const PUBLIC_URL =
12
- NODE_PUBLIC_URL || REACT_APP_PUBLIC_URL || 'https://app.ching.store'
+ NODE_PUBLIC_URL ||
13
+ REACT_APP_PUBLIC_URL ||
14
+ 'https://andersonmmi.github.io/ching-exchange-implimentation'
15
16
console.log({
17
NODE_ENV,
0 commit comments