Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 2cba414

Browse files
authored
updated plausible urls (#234)
1 parent 0ff499e commit 2cba414

File tree

1 file changed

+2
-1
lines changed
  • src/components/organisms/Page/DefaultSEO

1 file changed

+2
-1
lines changed

src/components/organisms/Page/DefaultSEO/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ const SEO: React.FC<ISEOProps> = ({
155155
<script
156156
defer
157157
data-domain="cml.dev"
158-
src="https://plausible.io/js/plausible.js"
158+
src="https://dvc.org/pl/js/script.js"
159+
data-api="https://dvc.org/pl/api/event"
159160
></script>
160161
</Helmet>
161162
)

0 commit comments

Comments
 (0)