We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db05ff commit c909536Copy full SHA for c909536
1 file changed
astro.config.mjs
@@ -40,6 +40,16 @@ export default defineConfig({
40
favicon: '/images/favicons/favicon.ico',
41
customCss: ['./src/styles/global.css'],
42
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
53
{
54
tag: 'script',
55
attrs: {
0 commit comments