From 33f522ed16db19aeedb1e1c8a4fdfa37399b44c6 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 27 Mar 2026 14:17:24 +0100 Subject: [PATCH] fix(webapp): properly bind css from lokal package-ui to avoid outdated build files (#9444) --- webapp/nuxt.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/nuxt.config.js b/webapp/nuxt.config.js index 7e849b647..7dbdc32ac 100644 --- a/webapp/nuxt.config.js +++ b/webapp/nuxt.config.js @@ -115,7 +115,7 @@ export default { // Utility classes replacing ds-* Vue components '~assets/_new/styles/_ds-compat.scss', // UI library component styles (Tailwind utilities + OsMenu CSS) - '@ocelot-social/ui/style.css', + '../packages/ui/dist/style.css', ], /*