diff --git a/lib/polar_web/components/layouts/root.html.heex b/lib/polar_web/components/layouts/root.html.heex index 83decd1..8e15003 100644 --- a/lib/polar_web/components/layouts/root.html.heex +++ b/lib/polar_web/components/layouts/root.html.heex @@ -19,6 +19,10 @@ + <%= if domain = System.get_env("PHX_HOST") do %> + + <% end %> <%= @inner_content %> diff --git a/lib/polar_web/controllers/streams/item_controller.ex b/lib/polar_web/controllers/streams/item_controller.ex index 9aa5dc0..9634ec8 100644 --- a/lib/polar_web/controllers/streams/item_controller.ex +++ b/lib/polar_web/controllers/streams/item_controller.ex @@ -12,7 +12,6 @@ defmodule PolarWeb.Streams.ItemController do if credential do %{ - bucket: bucket, default_cdn_host: default_cdn_host } = Polar.Assets.config()