79666998

Date: 2025-06-16 02:26:55
Score: 0.5
Natty:
Report link

Update your vite.config.js to specify the correct output directory. Modify the build.outDir option:

export default {
  build: {
    outDir: 'public/build',
  },
};

Run npm run build again.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: buzz8year