diff --git a/astro.config.mjs b/astro.config.mjs index ae415dd..77fc277 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -25,16 +25,6 @@ export default defineConfig({ discourse: "https://forum.nhcarrigan.com" }, head: [ - { - tag: "script", - attrs: { - type: "text/javascript", - id: "hs-script-loader", - async: true, - defer: true, - src: "https://js.hs-scripts.com/47086586.js" - } - }, { tag: "script", attrs: { diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 8f9d8f6..1590f00 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -18,13 +18,6 @@ import Pagination from "@astrojs/starlight/components/Pagination.astro"; theme: "dark", }).render("#tree-nation-offset-website"); -