diff --git a/src/client/index.ts b/src/client/index.ts index 59fb921..9ab6a0c 100644 --- a/src/client/index.ts +++ b/src/client/index.ts @@ -87,7 +87,7 @@ onDomReady.then(() => { articleRhrEl.cmd ??= []; // We can enqueue RHR commands before the RHR has been initialised - insertProWidget(articleRhrEl, "middle"); + // insertProWidget(articleRhrEl, "middle"); initRhrInstances(); @@ -97,5 +97,5 @@ onDomReady.then(() => { ); // Commands can be run post-initialisation too - setTimeout(() => insertProWidget(articleRhrEl, "bottom"), 5000); + // setTimeout(() => insertProWidget(articleRhrEl, "bottom"), 5000); }); diff --git a/src/pages/index.astro b/src/pages/index.astro index 8506b9e..78c5975 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -49,3 +49,28 @@ import ShareNav from "../server/components/share-nav.astro"; + +