Skip to content

Commit f511c51

Browse files
authored
Merge pull request #248 from parca-dev/plausible-removal
Replacing Plausible with Vercel analytics
2 parents 4c57d73 + a9615eb commit f511c51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docusaurus.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@ module.exports = {
1414
projectName: "docusaurus", // Usually your repo name.
1515
scripts: [
1616
{
17-
src: "https://plausible.io/js/plausible.js",
17+
src: "/_vercel/insights/script.js",
1818
async: true,
1919
defer: true,
20-
"data-domain": "parca.dev",
2120
},
2221
],
2322
plugins: [

0 commit comments

Comments
 (0)