diff --git a/docusaurus.config.js b/docusaurus.config.js index 7f27d3e..34e7831 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -196,10 +196,18 @@ const config = { { tagName: "script", attributes: { - // "data-domain": "plexapi.dev", + defer: true, + "data-domain": "plexapi.dev", src: "https://analytics.plygrnd.org/js/script.js", }, }, + { + tagName: "link", + attributes: { + rel: "preconnect", + href: "https://example.com", + }, + }, ], algolia: { // The application ID provided by Algolia