docusaurus-plugin-script-tags
TypeScript icon, indicating that this package has built-in type declarations

2.0.0-beta.6 • Public • Published

Docusaurus-plugin-script-tags

yarn add docusaurus-plugin-script-tags

How to use

module.exports = {
  plugins: ['docusaurus-plugin-script-tags'],
  themeConfig: {
      tags: {
            headTags: [{
                tagName: "script",
                innerHTML: `
                console.log("we are on page", window.location.href);
                `,
            }],
        },
  },
};

Readme

Keywords

none

Package Sidebar

Install

npm i docusaurus-plugin-script-tags

Weekly Downloads

28

Version

2.0.0-beta.6

License

MIT

Unpacked Size

3.44 kB

Total Files

9

Last publish

Collaborators

  • ceddy