fix: spacing on blog and talks pages
Ensure that the `config` directory is included when generating the assets so that they can be scanned and used when determining which classes from Tailwind to generate.
This commit is contained in:
parent
429026bd65
commit
80566ee8ea
2 changed files with 1 additions and 1 deletions
|
@ -67,6 +67,7 @@ COPY web/themes/custom/opdavies/package*.json ./
|
|||
|
||||
RUN npm install
|
||||
|
||||
COPY config config
|
||||
COPY web/themes/custom/opdavies/postcss.config.js .
|
||||
COPY web/themes/custom/opdavies/webpack.config.js .
|
||||
COPY web/themes/custom/opdavies/tailwind.config.js .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue