Add your site’s domain to docs.json to send analytics to Plausible.

Do not include https:// for the domain or server.

"integrations": {
    "plausible": {
        "domain": "required",
        "server": "optional"
    }
}

Was this page helpful?