Skip to content

Commit

Permalink
fix: gutenberg and iframe stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Mar 15, 2024
1 parent c8a43c4 commit 83f504c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .lagoon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ RUN apk add --no-cache imagemagick qpdf icu-dev && \
docker-php-ext-enable intl

COPY --from=cli /app /app
RUN cd /app/web && \
ln -s ../node_modules/@custom/ui/build/gutenberg.css . && \
ln -s ../node_modules/@custom/ui/build/iframe.css .
RUN cd /app/web && cp ../node_modules/@custom/ui/build/gutenberg.css .

WORKDIR /app
ENV WEBROOT=web
Expand Down
1 change: 1 addition & 0 deletions apps/website/gatsby-config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export default {
options: {
directories: {
'node_modules/@custom/ui/build/styles.css': '/styles.css',
'node_modules/@custom/ui/build/iframe.css': '/iframe.css',
'node_modules/@custom/ui/static/public': '/',
'node_modules/@custom/decap/dist': '/admin',
'node_modules/@custom/decap/media': '/media',
Expand Down

0 comments on commit 83f504c

Please sign in to comment.