diff --git a/mix.exs b/mix.exs index 0147630..b3f0c22 100644 --- a/mix.exs +++ b/mix.exs @@ -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 + """ + + """ + end + end, spark: [ mix_tasks: [ Postgres: [