We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f0dc1 commit 9a25174Copy full SHA for 9a25174
src/client-config.js
@@ -1,6 +1,5 @@
1
const clientConfig = {
2
- // siteUrl: 'https://codeytek.com',
3
- siteUrl: 'http://localhost:8020'
+ siteUrl: 'https://codeytek.com',
4
};
5
6
export default clientConfig;
0 commit comments