From eab76194574d1259ba296e53b0d261db3a55c237 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 2 Oct 2023 10:56:43 -0400 Subject: [PATCH] chore: only gather analytics on hexdocs.pm --- mix.exs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 7c14d31..f24920b 100644 --- a/mix.exs +++ b/mix.exs @@ -107,7 +107,15 @@ defmodule AshPhoenix.MixProject do before_closing_head_tag: fn type -> if type == :html do """ - + """ end end,