From ed3752063988c49719359ba80c8819b94829ce8e Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 15 May 2023 11:52:58 -0400 Subject: fix: config should refer to localhost --- client.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client.js') diff --git a/client.js b/client.js index c2d041c..27055de 100644 --- a/client.js +++ b/client.js @@ -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}`; -- cgit v1.2.3