Skip to content

Commit

Permalink
Fix CORS error
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjiezhe committed Apr 12, 2024
1 parent c09eb11 commit be9859a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion discussbot.njk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ document.addEventListener('page:loaded', () => {
.then(() => NexT.utils.getScript('https://comments.app/js/widget.js?3', {
attributes: {
async : true,
crossOrigin : 'anonymous',
'data-comments-app-website': CONFIG.discussbot.site_id,
'data-limit' : CONFIG.discussbot.number,
'data-color' : CONFIG.discussbot.color,
Expand Down

0 comments on commit be9859a

Please sign in to comment.