diff --git a/docs/website/docusaurus.config.js b/docs/website/docusaurus.config.js index 98845f2e3f2..5e38eb1a599 100644 --- a/docs/website/docusaurus.config.js +++ b/docs/website/docusaurus.config.js @@ -228,12 +228,12 @@ const config = { }, scripts: [ { - src: "wow.min.js", - async: false, + src: "/wow.min.js", + async: true }, { - src: "global.js", - async: true, + src: "/global.js", + async: true } ], headTags: [ diff --git a/docs/website/src/components/Highlight/index.tsx b/docs/website/src/components/Highlight/index.tsx index aac0f2ccbd8..072579a9c98 100644 --- a/docs/website/src/components/Highlight/index.tsx +++ b/docs/website/src/components/Highlight/index.tsx @@ -33,8 +33,8 @@ export default function LinkButton({ content, url }) { fill="white" /> @@ -44,4 +44,4 @@ export default function LinkButton({ content, url }) { ); -} \ No newline at end of file +}