Skip to content

Commit 82654da

Browse files
Merge pull request #673 from 4lejandrito/patch-5
Update PlausibleProvider src URL in documentation
2 parents 8d07829 + 4e7a8c2 commit 82654da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/nextjs-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import PlausibleProvider from 'next-plausible'
1515

1616
export default Home() {
1717
return (
18-
<PlausibleProvider domain="example.com">
18+
<PlausibleProvider src="https://plausible.io/js/pa-XXXXX.js">
1919
<h1>My Site</h1>
2020
...
2121
</PlausibleProvider>

0 commit comments

Comments
 (0)