Skip to content

Commit

Permalink
Update docusaurus.config.ts to add HubSpot scripts (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasit authored Jul 12, 2024
1 parent 7b32513 commit 19597a6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,12 @@ const config: Config = {
"https://buttons.github.io/buttons.js",
"https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.0/clipboard.min.js",
"/docs/js/code-block-buttons.js",
`https://cdnjs.cloudflare.com/ajax/libs/axios/1.2.1/axios.min.js`,
"https://cdnjs.cloudflare.com/ajax/libs/axios/1.2.1/axios.min.js",
{
src: "https://js.hs-scripts.com/43613284.js",
async: true,
defer: true,
},
{
src: "https://cdnjs.cloudflare.com/ajax/libs/axios/1.2.1/axios.min.js",
async: true,
Expand Down

0 comments on commit 19597a6

Please sign in to comment.