fix: revert to public/ brand assets — DS exports field blocks imports
All checks were successful
CI / cleanup-branch (push) Has been skipped
CI / build (push) Successful in 1m10s
CI / docker (push) Successful in 2m7s
CI / deploy (push) Successful in 51s
CI / deploy-feature (push) Has been skipped

The @cameleer/design-system package.json exports field doesn't include
assets/, causing production build failures. Copy PNGs to public/ and
reference via basePath until DS adds asset exports.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-06 22:41:20 +02:00
parent 281e168790
commit 45cccdbd8a
5 changed files with 3 additions and 4 deletions

View File

@@ -95,6 +95,7 @@ public class SecurityConfig {
"/index.html",
"/config.js",
"/favicon-*.png",
"/cameleer3-logo-*.png",
"/assets/**"
).permitAll()