diff options
Diffstat (limited to 'client.js')
-rw-r--r-- | client.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ /* Config */ -const baseUrl = 'https://comments.dotemgo.com/comments'; -const pageId = '{{site-url}}{{uri}}'; +const baseUrl = 'https://localhost:7060/comments'; +const pageId = 'add-page-id-here'; const commentsUrl = `${baseUrl}?page_url=${pageId}`; |