From 0cb1ddfa50d08b7f9821a1db749f9014e69d6bc1 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sat, 24 May 2025 14:59:38 +0100 Subject: [PATCH] Enable webapp support --- lib/music_library_web/components/layouts/root.html.heex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/music_library_web/components/layouts/root.html.heex b/lib/music_library_web/components/layouts/root.html.heex index 759d1f6d..6db6ba7d 100644 --- a/lib/music_library_web/components/layouts/root.html.heex +++ b/lib/music_library_web/components/layouts/root.html.heex @@ -4,6 +4,7 @@ + <.live_title suffix=" ยท Music Library"> {assigns[:page_title] || assigns.conn.request_path}