fix prod build
This commit is contained in:
parent
eab2d27a68
commit
8afc5c3b19
|
@ -12,4 +12,4 @@ COPY tailwind.config.js .
|
|||
|
||||
ENV NEXT_TELEMETRY_DISABLED 1
|
||||
RUN yarn --no-lockfile && yarn build
|
||||
CMD ["yarn", "dev"]
|
||||
CMD ["yarn", "start"]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
module.exports = {
|
||||
purge: ["./pages/**/*.js", "./components/**/*.js"],
|
||||
purge: ["./pages/**/*.js", "./src/**/*.js"],
|
||||
darkMode: false, // or 'media' or 'class'
|
||||
theme: {
|
||||
extend: {},
|
||||
|
|
Reference in New Issue