From 823cab1658c39c42db4be1653992d6ef31fc9d03 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 2 Oct 2023 11:09:13 -0400 Subject: [PATCH] chore: only track analytics on hexdocs.pm --- mix.exs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 88425eb..b3fe48e 100644 --- a/mix.exs +++ b/mix.exs @@ -89,7 +89,15 @@ defmodule AshArchival.MixProject do before_closing_head_tag: fn type -> if type == :html do """ - + """ end end,