Solitude Docs

Waline

Connect a Waline server and optional page-view integration.

Configuration

params:
  solitude:
    comment:
      use: waline
      lazyload: true
      count: false
    waline:
      serverURL: https://comments.example.com
      pageview: false
      option: {}

The server must allow the production domain. Test lazy loading after repeated PJAX navigation.

Set comment: true on pages that should mount comments. Verify both a direct load and repeated PJAX navigation.