diff --git a/package.json b/package.json index 7706504..0b8e453 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-beam", - "version": "1.1.0", + "version": "1.1.1", "description": "BeamAnalytics integration for Astro", "type": "module", "exports": { diff --git a/src/BeamAnalytics.astro b/src/BeamAnalytics.astro index 4273b5e..de31d47 100644 --- a/src/BeamAnalytics.astro +++ b/src/BeamAnalytics.astro @@ -12,7 +12,7 @@ const { token, scriptUrl = DEFAULT_SCRIPT_URL, partytown = false } = Astro.props tokenMatcher(token) ? null : console.error('Beam Analytics: Invalid token'); const type = partytown ? "text/partytown" : null; -const load = partytown ? null : "async"; +const async = partytown ? null : "async"; --- - \ No newline at end of file + \ No newline at end of file