fix: builds failing and css failing to load in frontend

This commit is contained in:
SethBurkart123
2025-03-12 20:52:48 +11:00
parent c7bdd86967
commit 5eb92bc87a
8 changed files with 20 additions and 14 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ export default function renderSvelte(
style.setAttribute("type", "text/css")
style.innerHTML = styles
mountPoint.appendChild(style)
return app
}