fixing purgecss issue with chroma styles

This commit is contained in:
Adam Piontek 2021-04-06 11:22:05 -04:00
parent c1963ff386
commit 9d2e0c5379
4 changed files with 8 additions and 7 deletions

View file

@ -14,7 +14,7 @@ config :elixir, :time_zone_database, Tzdata.TimeZoneDatabase
config :home73k, :app_global_vars,
time_zone: "America/New_York",
blog_content: "priv/content",
chroma_bin: "priv/chroma/chroma"
chroma_bin: "priv/go/bin/chroma"
# Configures the endpoint
config :home73k, Home73kWeb.Endpoint,