From 9202962bc2ae767027da768577053160209bd580 Mon Sep 17 00:00:00 2001 From: Harsh Mishra Date: Fri, 20 Jun 2025 18:42:01 +0530 Subject: [PATCH] add hubspot snippet --- astro.config.mjs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/astro.config.mjs b/astro.config.mjs index 28b6a1c9..88250213 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -40,6 +40,16 @@ export default defineConfig({ favicon: '/images/favicons/favicon.ico', customCss: ['./src/styles/global.css'], head: [ + { + tag: 'script', + attrs: { + type: 'text/javascript', + id: 'hs-script-loader', + async: true, + defer: true, + src: '//js-eu1.hs-scripts.com/26596507.js', + }, + }, { tag: 'script', attrs: {