← All releases

v0.10.1

fix

Plausible Analytics: support new unique snippet format (Oct 2025+) with async loading and init script.

Plausible New Snippet Format

Plausible replaced extension-based script URLs with unique per-site snippet URLs in October 2025. seite now fully supports the new format when script_url is set:

  • Uses async instead of defer (matching Plausible's new snippet)
  • Drops data-domain attribute (domain is encoded in the unique URL)
  • Injects the plausible.init() bootstrapper for custom event support (tagged events, outbound links, etc.)
  • Works with both direct injection and cookie consent banner modes

New recommended config:

[analytics]
provider = "plausible"
id = "example.com"
script_url = "https://plausible.io/js/pa-XXXXXXXXXX.js"

The legacy extensions approach continues to work for existing setups. The id field is still required as a site identifier even when using script_url.

The seite.sh website has been migrated to the new snippet format.