Skip to content

Commit a5f97fb

Browse files
committed
add plausible custom props tracking
1 parent c15537c commit a5f97fb

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
@@ -110,7 +110,7 @@ const bannerOffset =
110110
))}
111111

112112
<!-- Plausible Analytics -->
113-
<script is:inline defer data-domain="belfar.dev" src="https://plausible.io/js/script.outbound-links.js"></script>
113+
<script is:inline defer data-domain="belfar.dev" src="https://plausible.io/js/script.outbound-links.pageview-props.js"></script>
114114

115115
<!-- Set the theme before the page is rendered to avoid a flash -->
116116
<script is:inline define:vars={{DEFAULT_THEME, LIGHT_MODE, DARK_MODE, AUTO_MODE, BANNER_HEIGHT_EXTEND, PAGE_WIDTH, configHue}}>

0 commit comments

Comments
 (0)