fix: build tailwind theme

This commit is contained in:
2025-02-19 18:01:52 +01:00
parent ec41cf6cf1
commit 7d7269386a
@@ -26,7 +26,7 @@ class Command(BaseCommand):
def handle(self, *args, **options):
web_settings = WebSettings.load()
path = os.path.join(settings.BASE_DIR, "theme", "static", "css", "main.css")
path = os.path.join(settings.BASE_DIR, "web", "static", "css", "main.css")
colors = []
for color_name, data in web_settings.theme_colors.items():