DNS for <%= @site.custom_domain.domain %>

  1. Go to your DNS provider’s website
  2. Create a new CNAME record for <%= @site.custom_domain.domain %>
  3. Point the record to custom.<%= plausible_url() %>. (including the dot)
<%= link("Done ->", to: "/sites/#{URI.encode_www_form(@site.domain)}/custom-domains/snippet", class: "button w-full mt-6") %>