Skip to content

Commit 2f763a5

Browse files
committed
chore(https): fix certificate first
1 parent fa8527e commit 2f763a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exports = module.exports = {
77
GITHUB_URL: 'https://github.com/stringparser',
88
TWITTER_URL: 'https://twitter.com/stringparser',
99
BACKEND_URL: process.env.NODE_ENV === 'production'
10-
? 'http://www.jacami.co'
10+
? 'https://stringparser.github.io'
1111
: '',
1212
LINKEDIN_URL: 'https://www.linkedin.com/in/stringparser',
1313
META_KEYWORDS: ['software', 'engineer'].concat(...technologies).join(', ').toLowerCase(),

0 commit comments

Comments
 (0)