Skip to content

Commit c909536

Browse files
authored
add hubspot snippet (#20)
1 parent 9db05ff commit c909536

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

astro.config.mjs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ export default defineConfig({
4040
favicon: '/images/favicons/favicon.ico',
4141
customCss: ['./src/styles/global.css'],
4242
head: [
43+
{
44+
tag: 'script',
45+
attrs: {
46+
type: 'text/javascript',
47+
id: 'hs-script-loader',
48+
async: true,
49+
defer: true,
50+
src: '//js-eu1.hs-scripts.com/26596507.js',
51+
},
52+
},
4353
{
4454
tag: 'script',
4555
attrs: {

0 commit comments

Comments
 (0)