From 6636e7bce9f19da84c40f14dc7279e1581079816 Mon Sep 17 00:00:00 2001 From: Josh Larson Date: Wed, 23 Oct 2024 10:25:28 -0400 Subject: [PATCH] fix: Icon location for docs (#2202) --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 28ea200356..f1626fd410 100644 --- a/mix.exs +++ b/mix.exs @@ -30,7 +30,7 @@ defmodule DotCom.Mixfile do source_url: "https://github.com/mbta/dotcom", homepage_url: "https://www.mbta.com/", # The main page in the docs - docs: [logo: "assets/static/images/mbta-logo-t.png"] + docs: [logo: "priv/static/images/mbta-logo-t.png"] ] end