File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -368,30 +368,6 @@ module.exports = {
368
368
versions : VERSIONS_JSON ,
369
369
} ,
370
370
] ,
371
- function ( context , options ) {
372
- return {
373
- name : 'beamer' ,
374
- injectHtmlTags ( { content } ) {
375
- // Only inject Beamer when deployed to production, so we don't use up Beamer "users"
376
- if ( process . env . NODE_ENV === 'production' ) {
377
- return {
378
- // For performance, Beamer recommends injecting these scripts at the very bottom of the <body>
379
- // Thus, custom plugin is required here to use postBodyTags
380
- postBodyTags : [
381
- `<script>var beamer_config = { product_id : 'mUvQtqly31065' };</script>` ,
382
- {
383
- tagName : 'script' ,
384
- attributes : {
385
- src : 'https://app.getbeamer.com/js/beamer-embed.js' ,
386
- defer : 'defer' ,
387
- } ,
388
- } ,
389
- ] ,
390
- } ;
391
- }
392
- } ,
393
- } ;
394
- } ,
395
371
] ,
396
372
customFields : { } ,
397
373
themes : [ ] ,
You can’t perform that action at this time.
0 commit comments