diff --git a/src/_includes/scripts/githubComments.js b/src/_includes/scripts/githubComments.js index fd84bc07..b95f6fac 100644 --- a/src/_includes/scripts/githubComments.js +++ b/src/_includes/scripts/githubComments.js @@ -123,4 +123,5 @@ function setupCommentsInPage(commentIssueId) { }); } -setupCommentsInPage({ commentIssueId }); +// prettier-ignore +setupCommentsInPage({{ commentIssueId }});