Skip to content

Commit

Permalink
Fix Twitter preview
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Aug 16, 2023
1 parent 4900b98 commit 62e96e1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"stringz": "2.1.0",
"stylus": "0.59.0",
"stylus-loader": "7.1.3",
"summaly": "mei23/summaly#3.8.2",
"summaly": "mei23/summaly#3.8.3",
"suncalc": "1.9.0",
"systeminformation": "5.17.12",
"syuilo-password-strength": "0.0.1",
Expand Down
13 changes: 8 additions & 5 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/server/web/url-preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function getSummaryInstance(): Summary {
if (summaryInstance) return summaryInstance;
summaryInstance = new Summary({
allowedPlugins: [
'twitter',
//'twitter',
'youtube',
'dlsite',
],
Expand Down

0 comments on commit 62e96e1

Please sign in to comment.