module.exports = function (context, options) { return { name: 'docusaurus-plugin', injectHtmlTags() { return { headTags: [ ` `, ], postBodyTags: [ ` `, ], } }, } }