Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test iframe resizer #95

Merged
merged 2 commits into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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