79307061

Date: 2024-12-25 07:35:30
Score: 0.5
Natty:
Report link

There is people who score my question as negative without even knowing about replit. I have replit with core subscription and it gives me 50GB, only I have 2 replit with the size of each is not more of 2GB, for some reason when I use the web module I have some restrictions of size to use for the replit. My project is in nextjs, what I did was include this in next.config.js:

const nextconfig = {
  output: 'standalone',
  compress: true,
  swcMinify: true,
  nx: {
    svgr: false,
  }
};

Having done this I was able to deploy the app

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Spielcrypto