Skip to content

Commit

Permalink
Upd resizer script (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
ereburg authored Apr 18, 2024
1 parent 46448d4 commit 5a0f172
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,13 @@ export default {
},
],
scripts: [
{
src: 'https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.9/iframeResizer.min.js',
defer: true,
},
{
src: 'https://raw.githubusercontent.com/davidjbradshaw/iframe-resizer/master/js/iframeResizer.contentWindow.min.js',
async: true,
defer: true,
},
],
};

0 comments on commit 5a0f172

Please sign in to comment.