Skip to content

Commit a0acc61

Browse files
committed
fix: disallow Astro to process script
1 parent af40dbd commit a0acc61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const rybbitSiteId = "3";
4848
content="Transform and upload spreadsheet data to CKAN with our streamlined desktop app, featuring 'recipes' for common data wrangling tasks. Based on the qsv CLI tool."
4949
/>
5050
<meta property="twitter:image" content="/sm-preview.jpg" />
51-
<script
51+
<script is:inline
5252
src="https://mk-analytics.dathere.com/api/script.js"
5353
data-site-id={rybbitSiteId}
5454
data-session-replay="true"

0 commit comments

Comments
 (0)