Skip to content

Commit

Permalink
chore: remove beamer
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins committed Jun 24, 2024
1 parent d54e99e commit 1a4200c
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,30 +368,6 @@ module.exports = {
versions: VERSIONS_JSON,
},
],
function (context, options) {
return {
name: 'beamer',
injectHtmlTags({ content }) {
// Only inject Beamer when deployed to production, so we don't use up Beamer "users"
if (process.env.NODE_ENV === 'production') {
return {
// For performance, Beamer recommends injecting these scripts at the very bottom of the <body>
// Thus, custom plugin is required here to use postBodyTags
postBodyTags: [
`<script>var beamer_config = { product_id : 'mUvQtqly31065' };</script>`,
{
tagName: 'script',
attributes: {
src: 'https://app.getbeamer.com/js/beamer-embed.js',
defer: 'defer',
},
},
],
};
}
},
};
},
],
customFields: {},
themes: [],
Expand Down

0 comments on commit 1a4200c

Please sign in to comment.