Skip to content

Commit

Permalink
Test iframe resizer (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
ereburg authored Jun 7, 2024
1 parent 9bde54b commit 36fca01
Show file tree
Hide file tree
Showing 11 changed files with 2,214 additions and 27,527 deletions.
12 changes: 0 additions & 12 deletions blog/2019-05-28-first-blog-post.md

This file was deleted.

44 changes: 0 additions & 44 deletions blog/2019-05-29-long-blog-post.md

This file was deleted.

20 changes: 0 additions & 20 deletions blog/2021-08-01-mdx-blog-post.mdx

This file was deleted.

Binary file not shown.
25 changes: 0 additions & 25 deletions blog/2021-08-26-welcome/index.md

This file was deleted.

17 changes: 0 additions & 17 deletions blog/authors.yml

This file was deleted.

18 changes: 15 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {themes as prismThemes} from 'prism-react-renderer';
import {themes as prismThemes} from 'prism-react-renderer'

export default {
title: 'Vara Network Documentation Portal',
Expand All @@ -16,6 +16,7 @@ export default {
locales: ['en'],
},

plugins: ['docusaurus-plugin-sass'],
presets: [
[
'classic',
Expand All @@ -28,7 +29,7 @@ export default {
},
blog: false,
theme: {
customCss: './src/css/custom.css',
customCss: './src/css/custom.scss',
},
googleTagManager: {
containerId: 'GTM-NH2N6VX',
Expand Down Expand Up @@ -91,4 +92,15 @@ 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',
defer: true,
},
],
}
Loading

0 comments on commit 36fca01

Please sign in to comment.