Skip to content

Commit 1f0e270

Browse files
committed
⭐ update url
1 parent 996abd2 commit 1f0e270

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# https://itnext.io/configure-absolute-paths-with-create-react-app-and-flow-e4b8922676a2
33
NODE_PATH=src/
44

5-
NODE_PUBLIC_URL=https://andersonmmi.github.io/ching-exchange-implimentation/
5+
NODE_PUBLIC_URL=https://andersonmmi.github.io/ching-exchange-implimentation
66
# REACT_APP_PUBLIC_URL=https://72aa6e93.ngrok.io

src/constants/config.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ const {
99

1010
const IS_PRODUCTION = REACT_APP_ENV === 'production'
1111
const PUBLIC_URL =
12-
NODE_PUBLIC_URL || REACT_APP_PUBLIC_URL || 'https://app.ching.store'
12+
NODE_PUBLIC_URL ||
13+
REACT_APP_PUBLIC_URL ||
14+
'https://andersonmmi.github.io/ching-exchange-implimentation'
1315

1416
console.log({
1517
NODE_ENV,

0 commit comments

Comments
 (0)