From 7d4077fe907342d5da1e2d3db481dfc4e4ee2856 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 2 Oct 2023 11:08:48 -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 b86b153..fa7bd50 100644 --- a/mix.exs +++ b/mix.exs @@ -115,7 +115,15 @@ defmodule AshDoubleEntry.MixProject do before_closing_head_tag: fn type -> if type == :html do """ - + """ end end,