chore: analytics in hexdocs

This commit is contained in:
Zach Daniel 2023-10-02 08:34:45 -04:00
parent 472b17ce64
commit d0e901b759

View file

@ -115,6 +115,13 @@ defmodule AshPostgres.MixProject do
source_ref: "v#{@version}",
logo: "logos/small-logo.png",
extras: extras(),
before_closing_head_tag: fn type ->
if type == :html do
"""
<script defer data-domain="ashhexdocs" src="https://plausible.io/js/script.js"></script>
"""
end
end,
spark: [
mix_tasks: [
Postgres: [