From f1268806af3e85923071adc7bea75dad75dedb39 Mon Sep 17 00:00:00 2001 From: Josh Larson Date: Tue, 22 Oct 2024 17:44:16 -0400 Subject: [PATCH] fix: Icon location for docs --- 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