Skip to content

Commit

Permalink
rollback resizer script (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
ereburg authored Jun 12, 2024
1 parent 7eeb663 commit 4c7ca0b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,13 @@ export default {
},
],
scripts: [
// {
// src: 'https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.9/iframeResizer.contentWindow.min.js',
// defer: true,
// },
{
src: 'https://cdn.jsdelivr.net/npm/@iframe-resizer/child',
src: 'https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.11/iframeResizer.contentWindow.min.js',
defer: true,
},
// {
// src: 'https://cdn.jsdelivr.net/npm/@iframe-resizer/child',
// defer: true,
// },
],
}

0 comments on commit 4c7ca0b

Please sign in to comment.