From 8d57ec9128111bc5a4c639b1503ea144505fd46b Mon Sep 17 00:00:00 2001 From: Christoph Labacher Date: Thu, 14 Oct 2021 18:38:27 +0200 Subject: [PATCH] =?UTF-8?q?Add=20support=20for=20component=20CSS=20path=20?= =?UTF-8?q?=E2=80=9Estyle.css=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/plex/components.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/plex/components.go b/internal/plex/components.go index e4dea5a..ad12ba7 100644 --- a/internal/plex/components.go +++ b/internal/plex/components.go @@ -19,6 +19,7 @@ var ( cssEntryNames = []string{ "index.css", "styles.css", + "style.css", "main.css", } )