diff --git a/index.html b/index.html index 9a6a7eca6..0719e622a 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,9 @@ if (title) { document.title = `${prefix}${title} - The Homebrewery`; - } + } else { + document.title = `${prefix} - The Homebrewery`; + } if (window.location.pathname.startsWith('/admin')) { import('/client/admin/main.jsx');