Update docusaurus.config.js

This commit is contained in:
Luke Hagar
2023-12-08 11:18:43 -06:00
parent a27cec3f5d
commit 3f0eb5649e

View File

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