fix(maintenance): fix branded maintenance (#9472)

This commit is contained in:
Ulf Gebhardt 2026-04-01 04:34:07 +02:00 committed by GitHub
parent e931d6e03b
commit cd866f55c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 3 deletions

View File

@ -38,7 +38,7 @@ jobs:
- name: maintenance-base
context: .
file: maintenance/Dockerfile
target: base
target: production
- name: maintenance-build
context: .
file: maintenance/Dockerfile

View File

@ -61,4 +61,3 @@ LABEL maintainer="devops@ocelot.social"
COPY --from=build /app/.output/public/ /usr/share/nginx/html/
COPY maintenance/nginx/custom.conf /etc/nginx/conf.d/default.conf
EXPOSE 8080
USER nginx

View File

@ -52,7 +52,7 @@ export default defineNuxtConfig({
rollupOptions: {
// Exclude pre-built UI library from Rollup re-bundling in production
// (minified tailwind-merge variable `h` collides with Vue's `h`)
external: [/^@ocelot-social\/ui/],
external: [/^@ocelot-social\/ui(?!.*\.css)/],
},
},
},