Skip to content

Commit 37fc2e0

Browse files
committed
chore(config): update production BACKEND_URL
1 parent f521d13 commit 37fc2e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/client.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ exports = module.exports = {
66
77
GITHUB_URL: 'https://github.com/stringparser',
88
TWITTER_URL: 'https://twitter.com/stringparser',
9-
BACKEND_URL: process.env.NODE_ENV === 'production' ? 'https://stringparser.github.io' : '',
9+
BACKEND_URL: process.env.NODE_ENV === 'production'
10+
? 'https://www.jacami.co'
11+
: '',
1012
LINKEDIN_URL: 'https://www.linkedin.com/in/stringparser',
1113
META_KEYWORDS: ['software', 'engineer'].concat(...technologies).join(', ').toLowerCase(),
1214
};

0 commit comments

Comments
 (0)