Skip to content

Commit

Permalink
upgrade disqus and fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rardoz committed Nov 10, 2023
1 parent 208a10d commit 4868894
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 41 deletions.
23 changes: 23 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [

{
"name": "Attach to Chrome",
"port": 9222,
"request": "attach",
"type": "chrome",
"webRoot": "${workspaceFolder}"
},
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
86 changes: 49 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"@fortawesome/react-fontawesome": "^0.1.18",
"classnames": "^2.3.1",
"codemirror": "^6.0.0",
"contentful": "^9.1.18",
"contentful": "^10.6.7",
"dayjs": "^1.11.0",
"disqus-react": "^1.1.2",
"disqus-react": "^1.1.5",
"lint-staged": "^12.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ Last updated on 
url: `${process.env.DISQUS_APP_URL}${window.location.pathname}`,
identifier: `${contentType}-${record.slug}`,
title: record.title,
language: 'us_EN',
categoryID: contentType,
language: 'us_EN'
}
}
/>
Expand Down

0 comments on commit 4868894

Please sign in to comment.